Skip to content

Commit

Permalink
Merge pull request #10 from silasjoisten/feature/php-70
Browse files Browse the repository at this point in the history
php7.0 compatible
  • Loading branch information
Silas Joisten authored May 15, 2018
2 parents c8d9f49 + 3894efa commit cc65ca4
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 6,569 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ stages:
matrix:
fast_finish: true
include:
- stage: test
php: 7.0
- stage: test
php: 7.1
- stage: test
Expand Down
4 changes: 4 additions & 0 deletions UPRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
UPRADE 2.x
======

Removed Type hints to support PHP 7.0
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"require": {
"php": "^7.0",
"sonata-project/admin-bundle": "^3.35",
"sonata-project/media-bundle": "^3.12",
"symfony/flex": "^1.0"
"sonata-project/media-bundle": "^3.12"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.11",
Expand Down
Loading

0 comments on commit cc65ca4

Please sign in to comment.