Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbjr authored Oct 6, 2020
1 parent 2048da9 commit 01f04dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"php": "^7.3"
},
"require-dev": {
"symfony/var-dumper": "^4.3 | ^5.1",
"phpunit/phpunit": "^8.2 | ^9.3"
"symfony/var-dumper": "^4.3 || ^5.1",
"phpunit/phpunit": "^8.2 || ^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 01f04dc

Please sign in to comment.