Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Fix Composer dependencies to support PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed May 24, 2016
1 parent 62e6374 commit 27bff9f
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ php:

before_script:
- mysql -e 'create database isotope_migration_testsuite;'
- composer install --prefer-source --dev
- composer install

script: phpunit --configuration phpunit.travis.xml --coverage-clover=coverage.clover

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"require": {
"silex/silex": "~1.2",
"twig/twig": ">=1.8,<2.0-dev",
"symfony/translation": "~2.3 | ~3.0",
"symfony/config": "~2.3 | ~3.0",
"symfony/twig-bridge": "~2.3 | ~3.0",
"twig/twig": "~1.8",
"symfony/translation": "~2.3",
"symfony/config": "~2.3",
"symfony/twig-bridge": "~2.3",
"doctrine/dbal": "~2.4"
},
"require-dev": {
"phpunit/dbunit": "1.3.*",
"symfony/finder": "~2.4 | ~3.0",
"symfony/finder": "~2.4",
"phine/phar": "1.*",
"symfony/browser-kit": "~2.5 | ~3.0"
"symfony/browser-kit": "~2.5"
}
}
Loading

0 comments on commit 27bff9f

Please sign in to comment.