Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored and github-actions[bot] committed Aug 22, 2023
1 parent 08eeaed commit decdf37
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 @@ -19,14 +19,14 @@
"homepage": "https://github.com/mll-lab/laravel-comment",
"require": {
"php": "^7.1 || ^8",
"illuminate/contracts": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9 || ^10"
"illuminate/contracts": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10"
},
"require-dev": {
"ergebnis/composer-normalize": "^2",
"fakerphp/faker": "^1.8",
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4 || ^5 || ^6 || ^7 || ^8",
"phpunit/phpunit": "^7.5 || ^8.4 || ^9 || ^9.5 || ^10"
"orchestra/testbench": "~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ^4 || ^5 || ^6 || ^7 || ^8",
"phpunit/phpunit": "^7.5 || ^8.4 || ^9 || ^10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit decdf37

Please sign in to comment.