Skip to content

Commit 03a1d7b

Browse files
authored
Upgrade vendors (#42)
1 parent a100a4a commit 03a1d7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"issues": "https://github.com/fre5h/CentrifugoBundle/issues"
2323
},
2424
"require": {
25-
"php": ">=8.2",
26-
"fresh/datetime": "^3.0",
25+
"php": ">=8.3",
26+
"fresh/datetime": "^4.0",
2727
"symfony/console": "~7.0",
2828
"symfony/config": "~7.0",
2929
"symfony/dependency-injection": "~7.0",
@@ -37,13 +37,13 @@
3737
"require-dev": {
3838
"escapestudios/symfony2-coding-standard": "^3.13",
3939
"jetbrains/phpstorm-attributes": "^1.0",
40-
"phpstan/phpstan": "^1.11",
40+
"phpstan/phpstan": "^1.12",
4141
"phpstan/phpstan-deprecation-rules": "^1.1",
4242
"phpstan/phpstan-phpunit": "^1.4",
4343
"phpstan/phpstan-symfony": "^1.4",
44-
"phpunit/phpunit": "^10.5",
44+
"phpunit/phpunit": "^11.3",
4545
"seec/phpunit-consecutive-params": "^1.1",
46-
"slam/phpstan-extensions": "^6.1"
46+
"slam/phpstan-extensions": "^6.4"
4747
},
4848
"autoload": {
4949
"psr-4": {

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
55
colors="true"
66
bootstrap="vendor/autoload.php"
77
>

0 commit comments

Comments
 (0)