Skip to content

Commit

Permalink
Updated PHP version requirement in composer.json to include PHP 8.3 a…
Browse files Browse the repository at this point in the history
…nd Illuminate/contracts version requirement to include version 11.0.
  • Loading branch information
murdercode committed Mar 18, 2024
1 parent d481089 commit 3839953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^9.0|^10.0"
"illuminate/contracts": "^9.0|^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -69,4 +69,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 3839953

Please sign in to comment.