Skip to content

Commit

Permalink
chore: bump composer.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke committed Apr 29, 2022
1 parent 8d58f29 commit 356a482
Show file tree
Hide file tree
Showing 2 changed files with 914 additions and 935 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
],
"minimum-stability": "dev",
"require": {
"php": "^8.1.0",
"php": "^8.1.4",
"ext-json": "*",
"ext-openssl": "*",
"lcobucci/jwt": "^4.1.5",
"laravel/framework": "^8.81.0",
"stripe/stripe-php": "^7.112.0",
"laravel/ui": "^3.4.2"
"stripe/stripe-php": "^7.125.0",
"laravel/ui": "^3.4.5",
"laravel/framework": "^9.10.1"
},
"require-dev": {
"mockery/mockery": "^1.5.0",
"phpunit/phpunit": "^9.5.13",
"orchestra/testbench": "^6.24.0"
"phpunit/phpunit": "^9.5.20",
"orchestra/testbench": "^7.4.0"
},
"autoload": {
"classmap": [],
Expand Down
Loading

0 comments on commit 356a482

Please sign in to comment.