Skip to content

Commit

Permalink
Merge pull request #3 from nunhes/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
nunhes authored Jun 1, 2022
2 parents 9803304 + c24b7c3 commit 2b413a0
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 104 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"cviebrock/eloquent-sluggable": "^8.0",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5"
"cviebrock/eloquent-sluggable": "8.0.8",
"fruitcake/laravel-cors": "2.2.0",
"guzzlehttp/guzzle": "7.4.3",
"laravel/framework": "8.83.13",
"laravel/sanctum": "2.15.1",
"laravel/tinker": "2.7.2"
},
"require-dev": {
"facade/ignition": "^2.5",
"fakerphp/faker": "^1.9.1",
"googee/entity": "^2.3",
"laravel/breeze": "^1.9",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^5.10",
"phpunit/phpunit": "^9.5.10"
"facade/ignition": "2.17.5",
"fakerphp/faker": "1.19.0",
"googee/entity": "2.3.1",
"laravel/breeze": "1.9.1",
"laravel/sail": "1.14.6",
"mockery/mockery": "1.5.0",
"nunomaduro/collision": "5.11.0",
"phpunit/phpunit": "9.5.20"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2b413a0

Please sign in to comment.