Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 10, 2024
1 parent 00229ff commit a444a8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
],
"homepage": "https://github.com/Astrotomic/laravel-vcard",
"require": {
"php": "^8.0 || ^8.1 || ^8.2",
"php": "^8.1",
"astrotomic/php-conditional-proxy": "^0.2.1",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
"illuminate/http": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.3 || ^10.0",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
Expand Down

0 comments on commit a444a8d

Please sign in to comment.