Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Laravel to v11
PHPUnit to v11
PHP to v8.2
  • Loading branch information
LeoColomb committed Apr 11, 2024
1 parent 014eccf commit 70d03a1
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 453 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
"lint:fix": "phpcbf"
},
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"composer/composer": "^2.2",
"composer/semver": "^3.2",
"czproject/git-php": "^4.0",
"illuminate/support": "^10.0",
"league/uri-components": "^7.0",
"symfony/console": "^6.0",
"symfony/filesystem": "^6.0"
"composer/composer": "^2.7",
"composer/semver": "^3.4",
"czproject/git-php": "^4.2",
"illuminate/support": "^11.1",
"league/uri-components": "^7.4",
"symfony/console": "^7.0",
"symfony/filesystem": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "^3.4",
"phpstan/phpstan-strict-rules": "^1.1",
"phpstan/phpstan": "^1.3",
"mockery/mockery": "^1.2"
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^11.1",
"squizlabs/php_codesniffer": "^3.9"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit 70d03a1

Please sign in to comment.