Skip to content

Commit

Permalink
feat: add laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ndum committed May 14, 2024
1 parent a007c06 commit 84b94a9
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 @@ -15,14 +15,14 @@
"php": "^8.0",
"ext-openssl": "*",
"ext-zlib": "*",
"illuminate/support": "~8.0|~9.0|~10.0",
"illuminate/collections": "~8.0|~9.0|~10.0",
"illuminate/support": "~8.0|~9.0|~10.0|~11.0",
"illuminate/collections": "~8.0|~9.0|~10.0|~11.0",
"ndum/plist-parser": "^3.0.0"
},
"license": "MIT",
"authors": [
{
"name": "Nicolas D",
"name": "Nicolas Dumermuth",
"email": "nd@nidum.org"
}
],
Expand Down

0 comments on commit 84b94a9

Please sign in to comment.