Skip to content

Commit

Permalink
Support older versions of php and illuminate/support (#35)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade illuminate/support from ^10.33 to ^11.6

* ⬆️ Require php 8.2

* 👷 Remove php 8.1 from test matrix

* ⬆️ Support older versions
  • Loading branch information
SimonJnsson authored Aug 29, 2024
1 parent f29f3e4 commit 305123d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"php": "^8.2",
"illuminate/support": "^11.0"
"php": "^8.1",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit 305123d

Please sign in to comment.