Skip to content

Commit b3e2b7a

Browse files
committed
normalize
1 parent 2076939 commit b3e2b7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"homepage": "https://github.com/mll-lab/laravel-comment",
2020
"require": {
2121
"php": "^7.1 || ^8",
22-
"illuminate/contracts": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
23-
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10 || ^11"
22+
"illuminate/contracts": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
23+
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11"
2424
},
2525
"require-dev": {
2626
"ergebnis/composer-normalize": "^2",
2727
"fakerphp/faker": "^1.8",
28-
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
28+
"orchestra/testbench": "~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
2929
"phpunit/phpunit": "^7.5 || ^8.4 || ^9 || ^10 || ^11"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)