Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 363699e commit 3397e2b
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.1'
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"license": "AGPL-3.0",
"version": "0.0.0",
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8"
"php": "8.2.12",
"guzzlehttp/guzzle": "7.8.0",
"laravel/framework": "10.30.1",
"laravel/sanctum": "3.3.1",
"laravel/tinker": "2.8.2"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
"fakerphp/faker": "1.23.0",
"laravel/pint": "1.13.5",
"laravel/sail": "1.26.0",
"mockery/mockery": "1.6.6",
"nunomaduro/collision": "7.10.0",
"phpunit/phpunit": "10.4.2",
"spatie/laravel-ignition": "2.3.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 3397e2b

Please sign in to comment.