Skip to content

Commit

Permalink
normalize composer
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Oct 24, 2023
1 parent 05efef1 commit 6820145
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@
"authors": [
{
"name": "Ruben Robles",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "https://d8vjork.com"
}
],
"require": {
"php": "^8.0|^8.1|^8.2",
"ext-zlib": "^8.0|^8.1|^8.2"
"php": "^7.4 || ^8.0",
"ext-zlib": "^7.4 || ^8.0"
},
"require-dev": {
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^7.0 || ^8.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.0|^10.0"
"phpunit/phpunit": "^9.0 || ^10.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"OpenSoutheners\\LaravelVaporResponseCompression\\": "src"
Expand All @@ -44,6 +46,5 @@
"OpenSoutheners\\LaravelVaporResponseCompression\\ServiceProvider"
]
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 6820145

Please sign in to comment.