Skip to content

Commit

Permalink
Use double pipes in composer.json (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
asugai authored Feb 16, 2023
1 parent 12f059c commit 2f0a5dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
],
"require": {
"php": "^8.0",
"bensampo/laravel-enum": "^5.0|^6.0",
"illuminate/support": "^9.0|^10.0",
"bensampo/laravel-enum": "^5.0 || ^6.0",
"illuminate/support": "^9.0 || ^10.0",
"laravel/nova": "^4.0"
},
"require-dev": {
"joshgaber/novaunit": "dev-l10-compatibility",
"laravel/pint": "^1.2",
"mockery/mockery": "^1.3.3",
"nunomaduro/collision": "^6.1|^7.0",
"orchestra/testbench": "^7.0|^8.0",
"nunomaduro/collision": "^6.1 || ^7.0",
"orchestra/testbench": "^7.0 || ^8.0",
"phpunit/phpunit": "^9.3.3",
"symfony/var-dumper": "^6.0"
},
Expand Down

0 comments on commit 2f0a5dc

Please sign in to comment.