Skip to content

Commit

Permalink
Fix: removed phpspec/prophecy from replace (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lulco authored Dec 7, 2021
1 parent 3ae87d0 commit 29c4ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### [Unreleased][unreleased]

#### Fixed
- Removed phpspec/prophecy from replace

### [1.11.0] - 2021-12-06
#### Added
- support for PHP 8.1
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"conflict": {
"symfony/console": "3.4.31|4.3.4"
},
"replace": {
"phpspec/prophecy": "*"
},
"suggest": {
"nette/neon": "Allows use *.neon file as config file and class Phoenix\\Config\\Parser\\NeonConfigParser to parse it",
"symfony/yaml": "Allows use *.yml / *.yaml file as config file and class Phoenix\\Config\\Parser\\YamlConfigParser to parse it"
Expand Down

0 comments on commit 29c4ce6

Please sign in to comment.