Skip to content

Commit

Permalink
Bump Composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 4, 2024
1 parent 113c700 commit 7481fdd
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,37 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"php": "^7.2|^8.0",
"arcanedev/log-viewer": "~4.0",
"arcanedev/no-captcha": "~3.0",
"barryvdh/laravel-dompdf": "0.8.0",
"barryvdh/laravel-snappy": "0.4.0",
"creativeorange/gravatar": "~1.0",
"davejamesmiller/laravel-breadcrumbs": "^3.0",
"davejamesmiller/laravel-breadcrumbs": "^5.3",
"doctrine/dbal": "^2.9",
"h4cc/wkhtmltoimage-amd64": "0.12.x",
"h4cc/wkhtmltoimage-i386": "0.12.x",
"h4cc/wkhtmltopdf-amd64": "0.12.x",
"h4cc/wkhtmltopdf-i386": "0.12.x",
"hieu-le/active": "~3.0",
"laravel/framework": "5.8.*",
"laravel/socialite": "^3.0",
"laravel/tinker": "~1.0",
"laravelcollective/html": "5.8.*",
"hieu-le/active": "^4.0",
"laravel/framework": "^6.20",
"laravel/socialite": "^4.1",
"laravel/tinker": "^2.5",
"laravelcollective/html": "^6.0",
"phpoffice/phpspreadsheet": "^1.6",
"stevebauman/location": "^3.0",
"yajra/laravel-datatables-oracle": "^7.0",
"fideloper/proxy": "^4.0"
"stevebauman/location": "^4.0",
"yajra/laravel-datatables-oracle": "^9.6",
"fideloper/proxy": "^4.4"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^2.4",
"fzaninotto/faker": "~1.6",
"laravel/browser-kit-testing": "^2.0",
"barryvdh/laravel-debugbar": "^3.2",
"laravel/browser-kit-testing": "^5.1",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"satooshi/php-coveralls": "^1.0",
"filp/whoops": "~2.0",
"nunomaduro/collision": "^3.0",
"beyondcode/laravel-dump-server": "^1.0"
"fakerphp/faker": "^1.9.1",
"facade/ignition": "^1.16.4"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 7481fdd

Please sign in to comment.