Skip to content

Commit

Permalink
Merge pull request #21 from Baspa/main
Browse files Browse the repository at this point in the history
Laravel 11 compatibility
  • Loading branch information
Gummibeer authored Jun 10, 2024
2 parents ba5e8e2 + f0438ab commit d740e45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
],
"homepage": "https://github.com/Astrotomic/laravel-vcard",
"require": {
"php": "^8.0",
"php": "^8.0 || ^8.1 || ^8.2",
"astrotomic/php-conditional-proxy": "^0.2.1",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/http": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
"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"
},
"require-dev": {
"laravel/pint": "^1.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.3 || ^10.0",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"prefer-stable": true,
Expand Down

0 comments on commit d740e45

Please sign in to comment.