Skip to content

Commit 78fce17

Browse files
authored
Upgrade dependencies to latest versions available for PHP 8.1 (#108)
This ensures the published `.phar` versions use the latest available versions of dependencies available today (and compatible with PHP 8.1+). At the same time, it should remove any dependency blockers users might have when installing `slimdump` as a Composer dependency alongside their projects.
1 parent 09897ac commit 78fce17

File tree

8 files changed

+426
-441
lines changed

8 files changed

+426
-441
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"ext-SimpleXML": "*",
2020
"ext-libxml": "*",
2121
"ext-pdo": "*",
22-
"doctrine/dbal": "^2.5.2",
23-
"doctrine/event-manager": "^1.0",
24-
"fakerphp/faker": "^1.6",
25-
"symfony/console": "^4.0|^5.0|^6.0",
26-
"symfony/service-contracts": "^2.1.2"
22+
"doctrine/dbal": "^2.13|^3.0",
23+
"doctrine/event-manager": "^1.0|^2.0",
24+
"fakerphp/faker": "^1.14",
25+
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
26+
"symfony/service-contracts": "^2.1.2|^3.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^8.5|^9.5"
29+
"phpunit/phpunit": "^8.5|^9.5|^10.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)