Skip to content

Commit

Permalink
Do not replace Symfony's polyfills. (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk authored Jun 13, 2018
1 parent 2de86dd commit 9c7f83f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Stop `replace`ing Symfony's polyfills to avoid installation issues - PR
[#116](https://github.com/lavary/crunz/pull/116), [@PabloKowalczyk](https://github.com/PabloKowalczyk)

## 1.7.1 - 2018-06-01

### Fixed
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
"symfony/phpunit-bridge": "^2.8 || ^3.3 || ^4.0",
"symfony/var-dumper": "^3.4"
},
"replace": {
"symfony/polyfill-php56": "*",
"symfony/polyfill-php55": "*",
"symfony/polyfill-php54": "*"
},
"autoload": {
"psr-4": {
"Crunz\\": "src/"
Expand Down

0 comments on commit 9c7f83f

Please sign in to comment.