Skip to content

Commit

Permalink
bump php and phpunit requirements to recent version
Browse files Browse the repository at this point in the history
Volker Machon committed Jun 22, 2017
1 parent 2d8c305 commit c0eb54e
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
@@ -17,7 +17,7 @@
"files": ["autoloader/autoloader.php"]
},
"require": {
"php": ">=5.4",
"php": ">=7.0.0",
"malkusch/php-index": "~0.1"
},
"suggest": {
@@ -28,7 +28,7 @@
"doctrine/orm": "Support for Doctrine ORM data backend"
},
"require-dev": {
"phpunit/phpunit": ">=4",
"phpunit/phpunit": "~5.7",
"doctrine/orm": "^2"
},
"archive": {

0 comments on commit c0eb54e

Please sign in to comment.