Skip to content

Commit

Permalink
Symfony 5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Nov 25, 2019
1 parent 0edac5b commit 65b6374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ init:
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=0
- SET ANSICON=121x90 (121x90)
- SET SYMFONY_DEPRECATIONS_HELPER=weak_vendors

install:
- IF EXIST %PHPCI_CACHE% (SET PHP=1)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"phpstan/phpstan-phpunit": "^0.10",
"phpunit/phpunit": "^7.5 || ^8.0 <8.3",
"symfony/console": "^4.3 || ^5.0",
"symfony/phpunit-bridge": "^4.3"
"symfony/phpunit-bridge": "^4.3 || ^5.0"
},
"suggest": {
"ext-exif": "To support EXIF auto-rotation"
Expand Down

0 comments on commit 65b6374

Please sign in to comment.