Skip to content

Commit 5af73c5

Browse files
authored
Merge pull request #51 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 45d6b64 + ba126a5 commit 5af73c5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

composer.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "prettus/laravel-validation",
33
"description": "Laravel Validation Service",
4-
"keywords": ["laravel", "validation", "service"],
4+
"keywords": [
5+
"laravel",
6+
"validation",
7+
"service"
8+
],
59
"authors": [
610
{
711
"name": "Anderson Andrade",
@@ -13,15 +17,15 @@
1317
"homepage": "http://andersao.github.io/laravel-validation",
1418
"support": {
1519
"email": "[email protected]",
16-
"issues":"https://github.com/andersao/laravel-validation/issues",
17-
"wiki":"https://github.com/andersao/laravel-validation",
18-
"source":"https://github.com/andersao/laravel-validation",
20+
"issues": "https://github.com/andersao/laravel-validation/issues",
21+
"wiki": "https://github.com/andersao/laravel-validation",
22+
"source": "https://github.com/andersao/laravel-validation",
1923
"docs": "http://andersao.github.io/laravel-validation"
2024
},
2125
"require": {
2226
"php": ">=5.4.0",
23-
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0",
24-
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0"
27+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
28+
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0"
2529
},
2630
"autoload": {
2731
"psr-4": {

0 commit comments

Comments
 (0)