Skip to content

Commit e77b0b6

Browse files
committed
Allow PHP 8.3
1 parent b5ad8b2 commit e77b0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
20+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
2121
"psr/log": "^1.1"
2222
},
2323
"require-dev": {
@@ -30,7 +30,7 @@
3030
"squizlabs/php_codesniffer": "^3.6.2",
3131
"symfony/console": "^4.4.30",
3232
"symfony/process": "^4.4.30",
33-
"timdev/devtools": "^0.1.10",
33+
"timdev/devtools": "^0.1.11",
3434
"vimeo/psalm": "^5.0"
3535
},
3636
"minimum-stability": "dev",

0 commit comments

Comments
 (0)