Skip to content

Commit

Permalink
Fixing depencencies to keep PHP5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed May 14, 2016
1 parent 89c1b8f commit c866fd8
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 138 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"require": {
"php": ">= 5.3.3",
"doctrine/lexer": "~1.0,>=1.0.1"
"doctrine/lexer": "1.0.1"
},
"require-dev" : {
"phpunit/phpunit": "~4.4,<5.0"
"phpunit/phpunit": "4.8.24"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit c866fd8

Please sign in to comment.