Skip to content

Commit

Permalink
fix version constraints (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh authored and egulias committed May 15, 2016
1 parent f463fbe commit 4b59310
Showing 1 changed file with 2 additions and 2 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"
"doctrine/lexer": "^1.0.1"
},
"require-dev" : {
"phpunit/phpunit": "4.8.24"
"phpunit/phpunit": "^4.8.24"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 4b59310

Please sign in to comment.