summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 1c85c43..d266014 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
"keywords": ["phinx", "migrations", "database", "db", "database migrations"],
"homepage": "https://phinx.org",
"license": "MIT",
- "version": "0.9.2",
+ "version": "0.10.0",
"authors": [{
"name": "Rob Morgan",
"email": "robbym@gmail.com",
@@ -25,23 +25,26 @@
"homepage": "https://github.com/cakephp/phinx/graphs/contributors"
}],
"require": {
- "php": ">=5.4",
+ "php": ">=5.6",
+ "cakephp/collection": "^3.6",
+ "cakephp/database": "^3.6",
"symfony/console": "^2.8|^3.0|^4.0",
"symfony/config": "^2.8|^3.0|^4.0",
"symfony/yaml": "^2.8|^3.0|^4.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
+ "phpunit/phpunit": ">=5.7",
+ "sebastian/comparator": ">=1.2.3",
"cakephp/cakephp-codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
- "Phinx\\": "src/Phinx"
+ "Phinx\\": "src/Phinx/"
}
},
"autoload-dev": {
"psr-4": {
- "Test\\Phinx\\": "tests/Phinx"
+ "Test\\Phinx\\": "tests/Phinx/"
}
},
"scripts": {