Skip to content

Commit c9cf40f

Browse files
authored
Add Laravel 12 support
1 parent 975ae53 commit c9cf40f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"type": "library",
55
"keywords": ["powerschool", "powerschool plugin", "sso"],
66
"require": {
7-
"php": "^8.1",
7+
"php": "^8.2",
88
"ext-curl": "*",
99
"ext-json": "*",
1010
"ext-libxml": "*",
1111
"grantholle/pear-openid": "^2.0",
12-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
13-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
12+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
13+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
1414
"spatie/url": "^2.0"
1515
},
1616
"license": "MIT",

0 commit comments

Comments
 (0)