Skip to content

Commit 8e47a30

Browse files
committed
Update dependencies
1 parent e14c85d commit 8e47a30

File tree

5 files changed

+2632
-3866
lines changed

5 files changed

+2632
-3866
lines changed

.github/workflows/laravel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
php-versions: ['7.4', '8.0']
21+
php-versions: ['7.4', '8.0', '8.1']
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v2.3.4
24+
uses: actions/checkout@v2.4.0
2525

2626
- name: Setup PHP with extensions and Composer v2
2727
uses: shivammathur/setup-php@v2
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3838

3939
- name: Cache composer dependencies
40-
uses: actions/cache@v2.1.3
40+
uses: actions/cache@v2.1.7
4141
with:
4242
path: ${{ steps.composer-cache.outputs.dir }}
4343
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"require": {
1313
"php": ">=7.4.0",
1414
"ext-pdo": "*",
15-
"laravel/framework": "^8.60",
16-
"laravel/ui": "^3.3"
15+
"laravel/framework": "^8.75",
16+
"laravel/ui": "^3.4"
1717
},
1818
"require-dev": {
1919
"ext-fileinfo": "*",
2020
"ext-json": "*",
2121
"barryvdh/laravel-debugbar": "^3.6",
2222
"barryvdh/laravel-ide-helper": "^2.10",
2323
"codeception/codeception": "^4.1",
24-
"codeception/module-asserts": "^1.3",
25-
"codeception/module-laravel": "^2.0 | *@dev",
26-
"facade/ignition": "^2.12",
27-
"fakerphp/faker": "^1.16",
28-
"nunomaduro/collision": "^5.9",
24+
"codeception/module-asserts": "^2.0",
25+
"codeception/module-laravel": "^2.1 | *@dev",
26+
"facade/ignition": "^2.17",
27+
"fakerphp/faker": "^1.17",
28+
"nunomaduro/collision": "^5.10",
2929
"phpunit/phpunit": "^9.5"
3030
},
3131
"config": {

0 commit comments

Comments
 (0)