Skip to content

Commit 1cc5d5b

Browse files
authored
Merge pull request #142 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents cfcda21 + 77577aa commit 1cc5d5b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "laracasts/utilities",
33
"description": "Transform your PHP to JavaScript",
4-
"keywords": ["laravel", "javascript"],
4+
"keywords": [
5+
"laravel",
6+
"javascript"
7+
],
58
"license": "MIT",
69
"authors": [
710
{
@@ -11,7 +14,7 @@
1114
],
1215
"require": {
1316
"php": ">=5.5.0|>=7.2.5|>=8.0.0",
14-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0"
17+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
1518
},
1619
"require-dev": {
1720
"phpspec/phpspec": ">=2.0"

0 commit comments

Comments
 (0)