Skip to content

Commit

Permalink
Update requirements in subsplits.
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Apr 19, 2018
1 parent 56b9b24 commit 6f7f92c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Cache/composer.json
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/core": "^3.0.0"
"cakephp/core": "^3.6.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Core/composer.json
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/utility": "^3.0.0"
"cakephp/utility": "^3.6.0"
},
"suggest": {
"cakephp/event": "To use PluginApplicationInterface or plugin applications."
Expand Down
6 changes: 3 additions & 3 deletions src/Database/composer.json
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/cache": "^3.0.0",
"cakephp/core": "^3.0.0",
"cakephp/datasource": "^3.0.0"
"cakephp/cache": "^3.6.0",
"cakephp/core": "^3.6.0",
"cakephp/datasource": "^3.6.0"
},
"suggest": {
"cakephp/log": "Require this if you want to use the built-in query logger"
Expand Down
2 changes: 1 addition & 1 deletion src/Datasource/composer.json
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/core": "^3.0.0"
"cakephp/core": "^3.6.0"
},
"suggest": {
"cakephp/utility": "If you decide to use EntityTrait.",
Expand Down
4 changes: 2 additions & 2 deletions src/Form/composer.json
Expand Up @@ -22,8 +22,8 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/event": "^3.5.0",
"cakephp/validation": "^3.5.0"
"cakephp/event": "^3.6.0",
"cakephp/validation": "^3.6.0"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/ORM/composer.json
Expand Up @@ -24,10 +24,10 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/collection": "^3.0.0",
"cakephp/collection": "^3.6.0",
"cakephp/core": "^3.6.0",
"cakephp/datasource": "^3.1.2",
"cakephp/database": "^3.1.4",
"cakephp/datasource": "^3.6.0",
"cakephp/database": "^3.6.0",
"cakephp/event": "^3.6.0",
"cakephp/utility": "^3.6.0",
"cakephp/validation": "^3.6.0"
Expand Down

0 comments on commit 6f7f92c

Please sign in to comment.