Skip to content

Commit

Permalink
bump minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage committed Dec 5, 2024
1 parent f963fb0 commit 2af53cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2', '8.3', '8.4']
prefer-lowest: ['']
prefer-lowest: ['','--prefer-lowest']
name: PHP ${{ matrix.php-versions }} ${{ matrix.prefer-lowest }}
steps:
- name: Checkout
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"ext-fileinfo": "*",
"guzzlehttp/guzzle": "^7.4.1",
"guzzlehttp/psr7": "^2.6",
"illuminate/database": "^10.0|^11.0",
"illuminate/filesystem": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"intervention/image": "^2.7.1|^3.0",
"illuminate/database": "^10.0|^11.34",
"illuminate/filesystem": "^10.0|^11.34",
"illuminate/support": "^10.0|^11.34",
"intervention/image": "^2.7.1|^3.9.1",
"league/flysystem": "^3.0.4",
"symfony/http-foundation": "^6.0.3|^7.0",
"symfony/mime": "^6.0|^7.0",
"spatie/image-optimizer": "^1.7"
"symfony/http-foundation": "^6.0.3|^7.2",
"symfony/mime": "^6.0|^7.2",
"spatie/image-optimizer": "^1.8"
},
"require-dev": {
"aws/aws-sdk-php": "^3.166.2",
"aws/aws-sdk-php": "^3.334.0",
"doctrine/dbal": "^2.11|^3.0",
"guzzlehttp/promises": "^1.5.1",
"laravel/legacy-factories": "^1.3.0",
"league/flysystem-aws-s3-v3": "^3.0",
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^8.0|^9.0",
"orchestra/testbench": "^8.0|^9.6",
"php-coveralls/php-coveralls": "^2.5.2",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.5.38",
"vlucas/phpdotenv": "^5.4.1",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2af53cf

Please sign in to comment.