Skip to content

Commit 6817131

Browse files
committed
WIP updating package
1 parent d4be1ce commit 6817131

18 files changed

+4698
-2016
lines changed

composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,28 @@
55
"license": "MIT",
66
"type": "library",
77
"require": {
8-
"laravel/framework": "^6.0",
9-
"php": "^7.1.3",
10-
"illuminate/support": "^6.10",
8+
"laravel/framework": "^8.0",
9+
"php": "^7.1.3 || ^8.0",
10+
"illuminate/support": "^8.0",
1111
"64robots/stripe": "*",
12-
"guzzlehttp/guzzle": "^6.5",
13-
"axlon/laravel-postal-code-validation": "^2.0",
14-
"doctrine/dbal": "^2.10",
15-
"paypal/paypal-checkout-sdk": "1.0.1"
12+
"guzzlehttp/guzzle": "^7.0.1",
13+
"axlon/laravel-postal-code-validation": "^3.0",
14+
"doctrine/dbal": "^2.12",
15+
"paypal/paypal-checkout-sdk": "1.0.1",
16+
"laravel/legacy-factories": "^1.1"
1617
},
1718
"require-dev": {
1819
"filp/whoops": "^2.0",
19-
"fzaninotto/faker": "^1.4",
2020
"phpunit/phpunit": "^8.3",
21-
"orchestra/testbench": "^4.0"
21+
"orchestra/testbench": "^6.23"
2222
},
2323
"autoload": {
2424
"files": [
2525
"src/Helpers/Globals.php"
2626
],
2727
"psr-4": {
28-
"R64\\Checkout\\": "src"
28+
"R64\\Checkout\\": "src",
29+
"R64\\Checkout\\Database\\Factories\\": "database/factories"
2930
}
3031
},
3132
"autoload-dev": {

0 commit comments

Comments
 (0)