Skip to content

Commit 01f04dc

Browse files
authored
Fix composer
1 parent 2048da9 commit 01f04dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": "^7.3"
2020
},
2121
"require-dev": {
22-
"symfony/var-dumper": "^4.3 | ^5.1",
23-
"phpunit/phpunit": "^8.2 | ^9.3"
22+
"symfony/var-dumper": "^4.3 || ^5.1",
23+
"phpunit/phpunit": "^8.2 || ^9.3"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)