Skip to content

Commit

Permalink
Add PHP requirement to all sub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed May 18, 2017
1 parent cd87f73 commit 6596301
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
},
"require": {
"php": ">=5.6.0",
"cakephp/core": "~3.0"
}
}
3 changes: 3 additions & 0 deletions src/Collection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\\": "."
Expand Down
1 change: 1 addition & 0 deletions src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"source": "https://github.com/cakephp/core"
},
"require": {
"php": ">=5.6.0",
"cakephp/utility": "~3.0"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions src/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"source": "https://github.com/cakephp/database"
},
"require": {
"php": ">=5.6.0",
"cakephp/core": "~3.0",
"cakephp/datasource": "~3.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/Datasource/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"source": "https://github.com/cakephp/datasource"
},
"require": {
"php": ">=5.6.0",
"cakephp/core": "~3.0"
},
"suggest": {
Expand Down
3 changes: 3 additions & 0 deletions src/Event/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/event"
},
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-4": {
"Cake\\Event\\": "."
Expand Down
3 changes: 3 additions & 0 deletions src/Filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/filesystem"
},
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-4": {
"Cake\\Filesystem\\": "."
Expand Down
1 change: 1 addition & 0 deletions src/Form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}
},
"require": {
"php": ">=5.6.0",
"cakephp/validation": "~3.0"
}
}
1 change: 1 addition & 0 deletions src/I18n/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
]
},
"require": {
"php": ">=5.6.0",
"cakephp/core": "~3.0",
"ext-intl": "*",
"cakephp/chronos": "*",
Expand Down
1 change: 1 addition & 0 deletions src/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}
},
"require": {
"php": ">=5.6.0",
"cakephp/core": "~3.0",
"psr/log": "^1.0"
}
Expand Down
1 change: 1 addition & 0 deletions src/ORM/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}
},
"require": {
"php": ">=5.6.0",
"cakephp/collection": "~3.0",
"cakephp/core": "~3.0",
"cakephp/datasource": "^3.1.2",
Expand Down
3 changes: 3 additions & 0 deletions src/Utility/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/utility"
},
"require": {
"php": ">=5.6.0"
},
"suggest": {
"ext-intl": "To use Text::transliterate() or Text::slug()",
"lib-ICU": "To use Text::transliterate() or Text::slug()"
Expand Down
1 change: 1 addition & 0 deletions src/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
},
"require": {
"php": ">=5.6.0",
"cakephp/utility": "~3.0",
"cakephp/i18n": "~3.0",
"psr/http-message": "~1.0"
Expand Down

0 comments on commit 6596301

Please sign in to comment.