Skip to content

Commit

Permalink
Merge pull request #632 from Zubairsoft/compatibility-with-laravel-10
Browse files Browse the repository at this point in the history
Compatibility with laravel 10
  • Loading branch information
Junior Grossi committed Jun 9, 2023
2 parents 41e9b9d + 7768ad0 commit 907b352
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Expand Up @@ -12,10 +12,10 @@
}
],
"require": {
"php": "^8.0.2",
"illuminate/database": "^9.0",
"illuminate/filesystem": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.1.0",
"illuminate/database": "^10.0",
"illuminate/filesystem": "^10.0",
"illuminate/support": "^10.0",
"fakerphp/faker": "^1.19",
"bordoni/phpass": "0.3.*",
"thunderer/shortcode": "^0.7.3"
Expand All @@ -39,5 +39,10 @@
"Corcel\\Laravel\\CorcelServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"symfony/thanks": true
}
}
}

0 comments on commit 907b352

Please sign in to comment.