Skip to content

Commit

Permalink
Merge pull request #148 from alexdebril/issue/147
Browse files Browse the repository at this point in the history
Symfony 3.3 not blocked anymore
  • Loading branch information
alexdebril authored Jun 28, 2017
2 parents 63e9a98 + 60183b3 commit 5129502
Show file tree
Hide file tree
Showing 3 changed files with 1,740 additions and 1,649 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: php

php:
- 5.6
- 7.0
- 7.1

script : phpunit --coverage-clover=coverage.clover && wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover

before_script:
- composer install --dev
- composer install
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@
],
"require": {
"php": ">=5.6",
"symfony/framework-bundle": "~2.6|~3.0",
"debril/feed-io": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.5",
"doctrine/common": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"symfony/framework-bundle": "~2.6|~3.0 <3.3",
"symfony/config": "~2.6|~3.0 <3.3",
"symfony/validator": "~2.6|~3.0 <3.3",
"symfony/finder": "~2.6|~3.0 <3.3",
"symfony/browser-kit": "~2.6|~3.0 <3.3"
"symfony/validator": "~2.6|~3.0",
"symfony/finder": "~2.6|~3.0",
"symfony/browser-kit": "~2.6|~3.0"
},
"suggest": {
"doctrine/doctrine-bundle": "allow to provide feeds' content from database"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 5129502

Please sign in to comment.