Skip to content

Commit ea04c41

Browse files
committed
Update dependencies and reorganize composer.json
Reorganizes the `require` and `require-dev` sections in composer.json for better clarity. Updates several dependencies to newer versions, including `friendsofphp/php-cs-fixer` and `league/oauth2-client`. Ensures compatibility and improves maintainability by normalizing dependency structure.
1 parent a81a31a commit ea04c41

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@
1616
}
1717
],
1818
"minimum-stability": "dev",
19+
"require": {
20+
"vitexsoftware/ease-twbootstrap5": "^1.2",
21+
"league/oauth2-client": "^2.8",
22+
"vitexsoftware/ease-core": "^1.48",
23+
"vitexsoftware/ease-fluentpdo": "^1.4",
24+
"vitexsoftware/ease-html-widgets": "^1.0",
25+
"spojenet/csas-accountsapi": "^0.7",
26+
"kint-php/kint": "^4.0"
27+
},
1928
"require-dev": {
29+
"robmorgan/phinx": "^0.16",
2030
"phpunit/phpunit": "*",
2131
"phpstan/phpstan": "*",
22-
"friendsofphp/php-cs-fixer": "^3.61",
32+
"friendsofphp/php-cs-fixer": "^3.86",
2333
"ergebnis/composer-normalize": "^2.47",
2434
"ergebnis/php-cs-fixer-config": "^6.52",
25-
"kint-php/kint": "dev-master"
2635
},
2736
"config": {
2837
"allow-plugins": {
2938
"ergebnis/composer-normalize": true
3039
}
31-
},
32-
"require": {
33-
"robmorgan/phinx": "^0.16",
34-
"vitexsoftware/ease-twbootstrap5": "^1.2",
35-
"league/oauth2-client": "dev-master",
36-
"vitexsoftware/ease-core": "^1.48",
37-
"vitexsoftware/ease-fluentpdo": "^1.4",
38-
"vitexsoftware/ease-html-widgets": "^1.0",
39-
"spojenet/csas-accountsapi": "^0.7"
4040
}
4141
}

0 commit comments

Comments
 (0)