Skip to content

Commit 00a9a43

Browse files
authored
Merge pull request #38 from mfleeson/Extensions-and-General-Fixes
Syncing Development
2 parents c3139ae + 20d29b3 commit 00a9a43

File tree

37 files changed

+9368
-13601
lines changed

37 files changed

+9368
-13601
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "GPL-2.0-or-later",
1212
"config": {
1313
"platform": {
14-
"php": "8.1.0"
14+
"php": "8.3.14"
1515
}
1616
},
1717
"require": {
@@ -21,11 +21,12 @@
2121
"ext-dom": "*"
2222
},
2323
"require-dev": {
24-
"friendsofphp/php-cs-fixer": "^3.51",
24+
"phpunit/phpunit": "^9.6.22",
25+
"friendsofphp/php-cs-fixer": "^3.72.0",
2526
"joomla-projects/jorobo": "dev-develop",
26-
"squizlabs/php_codesniffer": "^3.9",
27-
"phpstan/phpstan": "^1.10",
28-
"phpstan/phpstan-deprecation-rules": "^1.1"
27+
"squizlabs/php_codesniffer": "^3.12",
28+
"phpstan/phpstan": "^2.1.8",
29+
"phpstan/phpstan-deprecation-rules": "^2.0.1"
2930
},
3031
"scripts": {
3132
"post-install-cmd": [

0 commit comments

Comments
 (0)