We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f58b5a commit b164802Copy full SHA for b164802
1 file changed
composer.json
@@ -6,17 +6,17 @@
6
"homepage": "https://github.com/joomla-framework/string",
7
"license": "GPL-2.0-or-later",
8
"require": {
9
- "php": "^8.1.0",
+ "php": "^8.3.0",
10
"symfony/deprecation-contracts": "^2|^3",
11
"symfony/polyfill-mbstring": "^1.31.0"
12
},
13
"require-dev": {
14
"doctrine/inflector": "^1.2",
15
"joomla/test": "dev-4.x-dev",
16
- "phpunit/phpunit": "^9.5.28",
17
- "squizlabs/php_codesniffer": "^3.7.2",
18
- "phpstan/phpstan": "1.12.27",
19
- "phpstan/phpstan-deprecation-rules": "1.2.1"
+ "phpunit/phpunit": "^12.0",
+ "squizlabs/php_codesniffer": "^3.10.2",
+ "phpstan/phpstan": "2.1.17",
+ "phpstan/phpstan-deprecation-rules": "2.0.3"
20
21
"conflict": {
22
"doctrine/inflector": "<1.2"
0 commit comments