Skip to content

Commit

Permalink
Allow for PHP ^8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil authored Nov 10, 2020
1 parent c3462b8 commit 9bfc93f
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",
"php": "^7.2 || ^8.0",

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

0 comments on commit 9bfc93f

Please sign in to comment.