Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b2e1fbb

Browse files
authored
Merge pull request #2 from smokills/feature/php-8-support
feat: add php 8 support
2 parents 21e7cb8 + d5798f2 commit b2e1fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.3",
21+
"php": "^7.3 || ^8.0",
2222
"illuminate/http": "^7.0 || ^8.0",
2323
"guzzlehttp/guzzle": "^7.0.1",
2424
"illuminate/support": "^7.0 || ^8.0"
@@ -51,4 +51,4 @@
5151
]
5252
}
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)