@@ -27,6 +27,7 @@
}
},
"require": {
+ "php": ">=5.6.0",
"cakephp/core": "~3.0"
@@ -22,6 +22,9 @@
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/collection"
+ "require": {
+ "php": ">=5.6.0"
+ },
"autoload": {
"psr-4": {
"Cake\\Collection\\": "."
@@ -22,6 +22,7 @@
"source": "https://github.com/cakephp/core"
"cakephp/utility": "~3.0"
@@ -24,6 +24,7 @@
"source": "https://github.com/cakephp/database"
"cakephp/core": "~3.0",
"cakephp/datasource": "~3.0"
"source": "https://github.com/cakephp/datasource"
"suggest": {
"source": "https://github.com/cakephp/event"
"Cake\\Event\\": "."
"source": "https://github.com/cakephp/filesystem"
"Cake\\Filesystem\\": "."
@@ -26,6 +26,7 @@
"cakephp/validation": "~3.0"
@@ -36,6 +36,7 @@
]
"ext-intl": "*",
"cakephp/chronos": "*",
@@ -28,6 +28,7 @@
"psr/log": "^1.0"
"cakephp/collection": "~3.0",
"cakephp/datasource": "^3.1.2",
@@ -24,6 +24,9 @@
"source": "https://github.com/cakephp/utility"
"ext-intl": "To use Text::transliterate() or Text::slug()",
"lib-ICU": "To use Text::transliterate() or Text::slug()"
"cakephp/utility": "~3.0",
"cakephp/i18n": "~3.0",
"psr/http-message": "~1.0"