Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from DerManoMann/sf31
Browse files Browse the repository at this point in the history
Fixes #16 - add support for Symfony 3.1
  • Loading branch information
DerManoMann committed Sep 29, 2016
2 parents 80f05cc + b2e4d90 commit 6d5fae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"require": {
"php": ">=5.5.9",
"psr/log": "^1.0",
"silex/silex": "^1.3|~2.0@dev",
"symfony/security": "~2.6|3.0.*",
"silex/silex": "^1.3|~2.0",
"symfony/security": "~2.8|^3.0",
"zendframework/zend-ldap": "~2.4"
},
"require-dev": {
"phpunit/phpunit": "~4",
"satooshi/php-coveralls": "dev-master",
"symfony/browser-kit": "~2.6|3.0.*",
"symfony/browser-kit": "~2.8|^3.0",
"monolog/monolog": "^1.13"
},
"autoload": {
Expand Down

0 comments on commit 6d5fae1

Please sign in to comment.