Skip to content

Commit f62de5d

Browse files
Update composer.json (#28)
* Update composer.json added Lavarel 12 support * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json --------- Co-authored-by: Osaigbovo Emmanuel <[email protected]>
1 parent 5c23d44 commit f62de5d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"role": "Developer"
1717
}],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.1",
2020
"africastalking/africastalking": "^3.0",
21-
"guzzlehttp/guzzle": "^6.2 || ^7.0",
22-
"illuminate/notifications": "5.5 - 11.0",
23-
"illuminate/support": "5.5 - 11.0"
21+
"guzzlehttp/guzzle": "^6.3 || ^7.0",
22+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
23+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2424
},
2525
"require-dev": {
26-
"mockery/mockery": "^1.3",
27-
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0",
28-
"orchestra/testbench": "~5.0 || ^6.0 || ^7.0 || ^8.0"
26+
"mockery/mockery": "^1.2.3",
27+
"phpunit/phpunit": "^8.0 || ^9.5 || ^10.5 || ^11.0 || ^12.0",
28+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)