Skip to content

Commit

Permalink
Postpone PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy committed Aug 10, 2016
1 parent 81b1443 commit 00148c1
Show file tree
Hide file tree
Showing 2 changed files with 725 additions and 171 deletions.
35 changes: 20 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
"license": "AGPL-3.0",
"homepage": "http://vulcain.do.aviation/projects/pvcds",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/BrunoSpy/DoctrineMigrationsModule"
},
{
"type": "vcs",
"url": "https://github.com/kipperlenny/opentbsbundle"
}
],
{
"type": "vcs",
"url": "https://github.com/BrunoSpy/DoctrineMigrationsModule"
},
{
"type": "vcs",
"url": "https://github.com/kipperlenny/opentbsbundle"
},
{
"type": "vcs",
"url": "https://github.com/BrunoSpy/DoctrineDataFixtureModule"
}
],
"require": {
"php": ">=5.5.0",
"zendframework/zend-mvc": "2.5.* || 2.6.*",
Expand All @@ -31,7 +35,7 @@
"zendframework/zend-version": "^2.5",
"zendframework/zend-text": "^2.5",
"rwoverdijk/assetmanager": "1.*",
"doctrine/doctrine-orm-module": "~0.9.0",
"doctrine/doctrine-orm-module": "~1.0",
"gedmo/doctrine-extensions": ">=2.3.0",
"zf-commons/zfc-user": "~1.2",
"zf-commons/zfc-user-doctrine-orm": "dev-master",
Expand All @@ -46,11 +50,12 @@
"zendframework/zend-test": "^2.5",
"phpunit/phpunit": "^5.1",
"hounddog/doctrine-data-fixture-module": "dev-master",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "dev-master",
"codeception/codeception": "^2.2"
},
"autoload-dev": {
"psr-4": {
"ApplicationTest\\": "tests/ApplicationTest"
}
}
"psr-4": {
"ApplicationTest\\": "tests/ApplicationTest"
}
}
}
Loading

0 comments on commit 00148c1

Please sign in to comment.