Skip to content

Commit

Permalink
Upgrade vendors (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Sep 11, 2024
1 parent a100a4a commit 03a1d7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"issues": "https://github.com/fre5h/CentrifugoBundle/issues"
},
"require": {
"php": ">=8.2",
"fresh/datetime": "^3.0",
"php": ">=8.3",
"fresh/datetime": "^4.0",
"symfony/console": "~7.0",
"symfony/config": "~7.0",
"symfony/dependency-injection": "~7.0",
Expand All @@ -37,13 +37,13 @@
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.13",
"jetbrains/phpstorm-attributes": "^1.0",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-symfony": "^1.4",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^11.3",
"seec/phpunit-consecutive-params": "^1.1",
"slam/phpstan-extensions": "^6.1"
"slam/phpstan-extensions": "^6.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
colors="true"
bootstrap="vendor/autoload.php"
>
Expand Down

0 comments on commit 03a1d7b

Please sign in to comment.