Skip to content

Commit

Permalink
Update minimum requirements for cakephp/orm. Fixes cakephp/orm#10
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Apr 22, 2016
1 parent 623e662 commit c651789
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ORM/composer.json
Expand Up @@ -4,9 +4,9 @@
"license": "MIT",
"authors": [
{
"name": "CakePHP Community",
"homepage": "http://cakephp.org"
}
"name": "CakePHP Community",
"homepage": "http://cakephp.org"
}
],
"autoload": {
"psr-4": {
Expand All @@ -16,8 +16,8 @@
"require": {
"cakephp/collection": "~3.0",
"cakephp/core": "~3.0",
"cakephp/datasource": "~3.0",
"cakephp/database": "~3.0",
"cakephp/datasource": "^3.1.2",
"cakephp/database": "^3.1.4",
"cakephp/event": "~3.0",
"cakephp/utility": "~3.0",
"cakephp/validation": "~3.0"
Expand Down

0 comments on commit c651789

Please sign in to comment.