Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Updated dependencies for 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Zimmerman committed Apr 24, 2017
1 parent 33f647a commit 2f41107
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@
}
],
"require": {
"php": ">=5.6.0",
"php": ">=5.6.4",
"czim/laravel-dataobject": "^1.0",
"myclabs/php-enum": "^1.5",
"doctrine/dbal": "^2.5",
"justinrainbow/json-schema": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"phpunit/phpunit": "~5.7",
"mockery/mockery": "0.9.*",
"scrutinizer/ocular": "~1.1",
"orchestra/testbench": "3.3.*",
"orchestra/testbench": "~3.4",
"orchestra/database": "~3.4",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 2f41107

Please sign in to comment.