Skip to content

Commit

Permalink
Github Action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Aug 8, 2024
1 parent 079f067 commit 2848911
Showing 1 changed file with 30 additions and 26 deletions.
56 changes: 30 additions & 26 deletions composer-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,53 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"ext-zip": "*",
"aws/aws-sdk-php": "^3.131",
"doctrine/dbal": "^3.5",
"guzzlehttp/guzzle": "^7.2",
"intervention/image": "^2.7",
"laravel-lang/lang": "^12.18",
"laravel/framework": "^10.48",
"laravel/helpers": "^1.6",
"laravel/framework": "^11.5",
"laravel/helpers": "^1.7",
"laravel/legacy-factories": "^1.4",
"laravel/sanctum": "^3.3",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.8",
"laravel/sanctum": "^4.0",
"laravel/socialite": "^5.11",
"laravel/tinker": "^2.9",
"laravel/ui": "^4.5",
"league/flysystem-aws-s3-v3": "^3.0",
"livewire/livewire": "^2.11",
"livewire/livewire": "^3.3",
"maatwebsite/excel": "^3.1",
"martinlindhe/laravel-vue-i18n-generator": "dev-l10",
"mediconesystems/livewire-datatables": "^0.10",
"predis/predis": "^2.2",
"rappasoft/laravel-livewire-tables": "^2.11",
"rappasoft/laravel-livewire-tables": "^3.3",
"sentry/sentry-laravel": "^4.7",
"socialiteproviders/microsoft-azure": "^4.2",
"spatie/laravel-activitylog": "^4.7",
"spatie/laravel-cookie-consent": "^3.2",
"spatie/laravel-feed": "^4.2",
"spatie/laravel-ignition": "^2.0",
"spatie/laravel-markdown": "^2.2",
"spatie/laravel-permission": "^5.8",
"stevebauman/purify": "^5.1",
"spatie/laravel-activitylog": "^4.8",
"spatie/laravel-cookie-consent": "^3.3",
"spatie/laravel-feed": "^4.4",
"spatie/laravel-honeypot": "^4.5",
"spatie/laravel-ignition": "^2.4",
"spatie/laravel-markdown": "^2.4",
"spatie/laravel-permission": "^6.2",
"stevebauman/purify": "^6.2",
"torann/geoip": "^3.0",
"willvincent/feeds": "^2.5"
"willvincent/feeds": "^2.6",




},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.8",
"barryvdh/laravel-ide-helper": "^2.13",
"brianium/paratest": "^6.4",
"fakerphp/faker": "^1.9.1",
"laracasts/generators": "^2.0.1",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10"
"barryvdh/laravel-debugbar": "^3.10",
"barryvdh/laravel-ide-helper": "^3.0",
"brianium/paratest": "^7.0",
"fakerphp/faker": "^1.23",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2848911

Please sign in to comment.