Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 13, 2021
1 parent a3bbcb4 commit 214d60a
Show file tree
Hide file tree
Showing 5 changed files with 2,288 additions and 3,187 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php-versions: ['7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

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

- name: Cache composer dependencies
uses: actions/[email protected].3
uses: actions/[email protected].7
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.8",
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.3",
"codeception/module-laravel": "^2.0 | *@dev",
"codeception/module-asserts": "^2.0",
"codeception/module-laravel": "^2.1 | *@dev",
"facade/ignition": "^1.18",
"fakerphp/faker": "^1.16",
"fakerphp/faker": "^1.17",
"nunomaduro/collision": "^3.2",
"phpunit/phpunit": "^9.5"
},
Expand Down
Loading

0 comments on commit 214d60a

Please sign in to comment.