Skip to content

Commit

Permalink
Update to double pipe as composer logical OR
Browse files Browse the repository at this point in the history
  • Loading branch information
ocubom committed Dec 7, 2023
1 parent 4055a72 commit d4c22be
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 @@ -36,15 +36,15 @@
"iconify/json-tools": "^1.0",
"masterminds/html5": "^2.0",
"ocubom/base-convert": "^2.0",
"symfony/deprecation-contracts": "^2.5|^3.2",
"symfony/options-resolver": "^5.4|^6.0|^7.0",
"twig/twig": "^2.7|^3.0"
"symfony/deprecation-contracts": "^2.5 || ^3.2",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
"twig/twig": "^2.7 || ^3.0"
},
"require-dev": {
"enshrined/svg-sanitize": "*",
"friendsofphp/php-cs-fixer": "*",
"iconify/json": "*",
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0|^7.0"
"symfony/phpunit-bridge": "^4.4.9 || ^5.0.9 || ^6.0 || ^7.0"
},
"scripts": {
"fix": "./vendor/bin/php-cs-fixer fix",
Expand Down

0 comments on commit d4c22be

Please sign in to comment.