Skip to content

Commit

Permalink
Compatibility with Symfony 5 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar authored and ausi committed Nov 25, 2019
1 parent 115ef82 commit 78a0e4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

* Compatibility with Symfony 5. [#62]
* Fix rounding errors of important part values. [#60]

## [1.0.0] (2019-08-08)
Expand Down Expand Up @@ -120,6 +121,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.2.0]: https://github.com/contao/image/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/contao/image/commits/0.1.0

[#62]: https://github.com/contao/image/issues/62
[#60]: https://github.com/contao/image/issues/60
[#57]: https://github.com/contao/image/issues/57
[#56]: https://github.com/contao/image/issues/56
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.1",
"ext-json": "*",
"imagine/imagine": "^0.7.1 || ^1.0",
"symfony/filesystem": "^2.8 || ^3.0 || ^4.0",
"symfony/filesystem": "^2.8 || ^3.0 || ^4.0 || ^5.0",
"webmozart/path-util": "^2.0"
},
"conflict": {
Expand All @@ -25,8 +25,8 @@
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan-phpunit": "^0.10",
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/console": "^4.3",
"symfony/phpunit-bridge": "^4.3.4"
"symfony/console": "^4.3 || ^5.0",
"symfony/phpunit-bridge": "^4.3.4 || ^5.0"
},
"suggest": {
"ext-exif": "To support EXIF auto-rotation"
Expand Down

0 comments on commit 78a0e4d

Please sign in to comment.