Skip to content

Commit

Permalink
minor #2 Allow using Symfony 6 & drop not maintained PHP & Symfony re…
Browse files Browse the repository at this point in the history
…leases (stloyd)

This PR was merged into the 1.1-dev branch.

Discussion
----------

Replaces #1.

Commits
-------

c845803 Allow using Symfony 6 & drop not maintained PHP & Symfony releases
  • Loading branch information
Zales0123 authored Mar 14, 2022
2 parents 9bfc93f + c845803 commit b0802a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^8.0",

"symfony/event-dispatcher": "^4.3 || ^5.0",
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0"
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.0",
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0 || ^3.0"
},
"autoload": {
"psr-4": { "SyliusLabs\\Polyfill\\Symfony\\EventDispatcher\\": "src/" }
Expand Down

0 comments on commit b0802a9

Please sign in to comment.