Skip to content

Commit

Permalink
updated Composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Jun 3, 2021
1 parent 27ee35b commit fe2d96d
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 408 deletions.
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -9,25 +9,25 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"ext-json": "*",
"albertcht/invisible-recaptcha": "^1.9.5",
"doctrine/dbal": "^2.13.0",
"albertcht/invisible-recaptcha": "^1.9.6",
"doctrine/dbal": "^2.13.1",
"fideloper/proxy": "^4.4.1",
"fruitcake/laravel-cors": "^2.0.3",
"guzzlehttp/guzzle": "^6.5.5",
"kaishiyoku/laravel-cli-create-user": "^3.1.1",
"fruitcake/laravel-cors": "^2.0.4",
"guzzlehttp/guzzle": "^7.3.0",
"kaishiyoku/laravel-cli-create-user": "^3.1.2",
"kaishiyoku/laravel-menu": "^4.5.2",
"laminas/laminas-text": "^2.8.1",
"laracasts/flash": "^3.2",
"laravel/framework": "^7.30.4",
"laravel/tinker": "^2.6.1",
"laravel/ui": "^2.5.0",
"laravelcollective/html": "^6.2.1",
"spatie/laravel-backup": "^6.15.1"
"spatie/laravel-backup": "^6.16.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.5.2",
"barryvdh/laravel-debugbar": "^3.6.0",
"barryvdh/laravel-ide-helper": "^2.8.2",
"facade/ignition": "^2.7.0",
"fzaninotto/faker": "^1.9.2",
Expand Down

0 comments on commit fe2d96d

Please sign in to comment.