Skip to content

Commit

Permalink
chore: bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 30, 2023
1 parent 4f39057 commit f476219
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-tokenizer": "*",
"cmgmyr/phploc": "^8.0",
"composer/semver": "^3.3",
"friendsofphp/php-cs-fixer": "^3.0.0",
"justinrainbow/json-schema": "^5.1",
"cmgmyr/phploc": "^8.0.3",
"composer/semver": "^3.4",
"friendsofphp/php-cs-fixer": "^3.40.0",
"justinrainbow/json-schema": "^5.2.13",
"league/container": "^3.2|^4.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"psr/container": "^1.0|^2.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"psr/container": "^1.0|^2.0.2",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"sebastian/diff": "^4.0|^5.0",
"slevomat/coding-standard": "^8.13",
"squizlabs/php_codesniffer": "^3.7",
"sebastian/diff": "^4.0|^5.0.3",
"slevomat/coding-standard": "^8.14.1",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/console": "^5.4|^6.4|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0"
"symfony/process": "^5.4|^6.4|^7.0"
},
"require-dev": {
"ergebnis/phpstan-rules": "^0.15.0",
"illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"ergebnis/phpstan-rules": "^0.15.3",
"illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.20|^10.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.52.16|^10.0",
"mockery/mockery": "^1.6.6",
"phpstan/phpstan-strict-rules": "^0.12.11",
"phpunit/phpunit": "^8.0|^9.0|^10.4.2",
"rector/rector": "0.11.56",
"symfony/var-dumper": "^5.4|^6.0|^7.0",
"thecodingmachine/phpstan-strict-rules": "^0.12.0"
"thecodingmachine/phpstan-strict-rules": "^0.12.2"
},
"suggest": {
"ext-simplexml": "It is needed for the checkstyle formatter"
Expand Down

0 comments on commit f476219

Please sign in to comment.