Skip to content

Commit b687f77

Browse files
authored
Merge pull request #95 from kasperhartwich/master
Support Laravel 12
2 parents 033a30d + 954dda8 commit b687f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/log": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
12+
"illuminate/log": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "4.8.*"

0 commit comments

Comments
 (0)