Skip to content

Commit c9adcde

Browse files
author
Andrey Helldar
authored
Merge pull request #13 from cashier-provider/2.x
Added Laravel 9 support
2 parents 44cbbd2 + 20c6711 commit c9adcde

File tree

3 files changed

+4
-72
lines changed

3 files changed

+4
-72
lines changed

.codecov.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.styleci.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"require": {
2525
"php": "^7.3 || ^8.0",
2626
"ext-json": "*",
27-
"cashier-provider/core": "^2.0",
27+
"cashier-provider/core": "^2.5",
2828
"dragon-code/contracts": "^2.0",
2929
"dragon-code/simple-data-transfer-object": "^2.0",
3030
"dragon-code/support": "^5.0",
31-
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
31+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0"
3232
},
3333
"require-dev": {
34-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
34+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3535
"phpunit/phpunit": "^9.0",
36-
"symfony/var-dumper": "^4.3 || ^5.0"
36+
"symfony/var-dumper": "^4.3 || ^5.0 || ^6.0"
3737
},
3838
"minimum-stability": "stable",
3939
"prefer-stable": true,

0 commit comments

Comments
 (0)