Skip to content

Commit 553701b

Browse files
feat: support Laravel 10.x (#13)
Co-authored-by: Paolo Caleffi <p.caleffi@dreamonkey.com>
1 parent c128564 commit 553701b

File tree

2 files changed

+656
-276
lines changed

2 files changed

+656
-276
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"require": {
1414
"php": ">=7.2",
1515
"guzzlehttp/guzzle": "^6.2|^7.0.1",
16-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
1717
"symfony/psr-http-message-bridge": "^1.0|^2.0"
1818
},
1919
"require-dev": {
20-
"vlucas/phpdotenv": "^2.2"
20+
"vlucas/phpdotenv": "^2.2|^5.5"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)