Skip to content

Commit f0e1c0b

Browse files
Michael Petrimichaelpetri
authored andcommitted
fixed project
- added support for php 8.4 - dropped support for php 8.2 - bumped phpunit, php-cs-fixer & phar to latest versions - changed php version to 8.4 in composer wrapper - ignored php version in php-cs-fixer in composer wrapper - fixed rector test
1 parent bdaad04 commit f0e1c0b

File tree

4 files changed

+676
-463
lines changed

4 files changed

+676
-463
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "~8.2.0 || ~8.3.0",
14-
"phpunit/phpunit": "^10.2 || ^11.0"
13+
"php": "~8.3.0 || ~8.4.0",
14+
"phpunit/phpunit": "^10.5.45 || ^11.5.7"
1515
},
1616
"require-dev": {
17-
"friendsofphp/php-cs-fixer": "^3.15.1",
17+
"friendsofphp/php-cs-fixer": "^3.68.5",
1818
"roave/security-advisories": "dev-latest",
1919
"rector/rector": "^1.2.4",
20-
"psalm/phar": "^5.24"
20+
"psalm/phar": "^6.5.1"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)