Skip to content

Commit 0227bd6

Browse files
committed
chore: Update dependencies
1 parent a7a3002 commit 0227bd6

File tree

4 files changed

+685
-1199
lines changed

4 files changed

+685
-1199
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"php": "^7.2|^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0",
19+
"bamarni/composer-bin-plugin": "^1.4",
2020
"doctrine/dbal": "^2.5",
21-
"bamarni/composer-bin-plugin": "^1.4"
21+
"phpunit/phpunit": "^8.0"
2222
},
2323
"license": "MIT",
2424
"authors": [
@@ -29,9 +29,13 @@
2929
],
3030
"minimum-stability": "stable",
3131
"config": {
32+
"sort-packages": true,
3233
"bin-dir": "bin",
3334
"platform": {
3435
"php": "7.2"
36+
},
37+
"allow-plugins": {
38+
"bamarni/composer-bin-plugin": true
3539
}
3640
}
3741
}

0 commit comments

Comments
 (0)