Skip to content

Commit 222530c

Browse files
authored
Merge pull request #14 from stefnats/patch-3
Upgrade to Laravel 10
2 parents 2aa3d06 + 53c1fe3 commit 222530c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0",
16-
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0"
15+
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
16+
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~5.7|^9.0"

0 commit comments

Comments
 (0)