Skip to content

Commit

Permalink
Merge pull request #15 from Appart-Media/main
Browse files Browse the repository at this point in the history
Laravel 9 support and php 8.1
  • Loading branch information
jonassiewertsen authored May 16, 2022
2 parents 4043d01 + 53ce29e commit d76dc7e
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 @@ -25,8 +25,8 @@
"email": "[email protected]"
},
"require": {
"php": "^7.4 || ^8.0",
"illuminate/support": "^7.0 || ^8.0",
"php": "^7.4 || ^8.0 || ^8.1",
"illuminate/support": "^7.0 || ^8.0 || ^9.0",
"statamic/cms": "3.0.* || 3.1.* || 3.2.* || 3.3.*",
"jonassiewertsen/statamic-livewire": "^2.0"
},
Expand Down

0 comments on commit d76dc7e

Please sign in to comment.