Skip to content

Commit 4b3f7ef

Browse files
alongoszadamwojs
andauthored
[Composer] Bumped dependencies for 2.1.0 release (#11)
For more details see #11 Key changes: * [Composer] Bumped PHP-CS-Fixer to v3.75.0 * [Composer] Bumped PHPStan to ^2.0 * [Composer] Bumped branch alias to 2.1.x-dev * [GHA][CI] Added PHP 8.3 to test matrix --------- Co-Authored-By: Adam Wójs <[email protected]>
1 parent 84cdd52 commit 4b3f7ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '7.4'
2121
- '8.0'
2222
- '8.1'
23+
- '8.3'
2324

2425
steps:
2526
- uses: actions/checkout@v4

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"require": {
1616
"php": ">=7.4",
17-
"friendsofphp/php-cs-fixer": "v3.54.0",
17+
"friendsofphp/php-cs-fixer": "v3.75.0",
1818
"adamwojs/php-cs-fixer-phpdoc-force-fqcn": "^2.0"
1919
},
2020
"require-dev": {
2121
"roave/security-advisories": "dev-master",
22-
"phpstan/phpstan": "^1.10",
22+
"phpstan/phpstan": "^2.0",
2323
"phpunit/phpunit": "^9.6"
2424
},
2525
"autoload": {
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-main": "2.0.x-dev"
43+
"dev-main": "2.1.x-dev"
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)