Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Cassani committed Aug 16, 2017
1 parent 6594553 commit cd3bb13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
"psr-4": { "ArrayQuery\\Tests\\": "tests/" }
},
"require": {
"php": "^5.6|^7.0",
"php": "^5.6 || ^7.0",
"doctrine/annotations": "1.2.*",
"doctrine/instantiator": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"phpunit/phpunit": "~5.7",
"friendsofphp/php-cs-fixer": "^2.3",
"satooshi/php-coveralls": "dev-master"
}
}

0 comments on commit cd3bb13

Please sign in to comment.