Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Apr 6, 2017
1 parent 8310c96 commit da40bfb
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 @@ -10,15 +10,15 @@
],
"require": {
"php": ">=7.0",
"spiral/framework": "^0.9"
"spiral/framework": "^1.0"
},
"autoload": {
"psr-4": {
"Spiral\\": "source/"
}
},
"require-dev": {
"spiral/odm": "^0.9.6",
"spiral/odm": "^1.0",
"phpunit/phpunit": "~5.0",
"mockery/mockery": "^0.9.4"
},
Expand Down

0 comments on commit da40bfb

Please sign in to comment.