Skip to content

Commit 39be435

Browse files
author
DKravtsov
committed
Updated dependencies
1 parent 7aa2808 commit 39be435

File tree

17 files changed

+1745
-1559
lines changed

17 files changed

+1745
-1559
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/html
55
machine:
6-
image: ubuntu-2004:202101-01
6+
image: ubuntu-2204:2023.04.2
77
branches:
88
ignore:
99
- develop

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-mbstring": "*",
2929
"ext-pdo": "*",
3030
"ext-pdo_mysql": "*",
31-
"guzzlehttp/guzzle": "^7.5",
31+
"guzzlehttp/guzzle": "^7.7",
3232
"jaybizzle/laravel-migrations-organiser": "^6.3",
3333
"laravel/framework": "^10.0",
3434
"laravel/sanctum": "^3.2",
@@ -44,7 +44,7 @@
4444
"neronmoon/scriptsdev": "^0.1",
4545
"nunomaduro/collision": "^7.0",
4646
"spatie/laravel-ignition": "^2.0",
47-
"phpunit/phpunit": "^10.1",
47+
"phpunit/phpunit": "^10.2",
4848
"roave/security-advisories": "dev-latest"
4949
},
5050
"config": {

0 commit comments

Comments
 (0)