Skip to content

Commit 5eb3961

Browse files
authored
build: fix dependencies (#15)
Fixes #14
1 parent 3274a11 commit 5eb3961

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"mezzio"
77
],
88
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Geert Eltink",
12+
"homepage": "https://github.com/geerteltink"
13+
}
14+
],
915
"require": {
1016
"php": "^7.3 || ^8.0",
1117
"psr/container": "^1.0",
@@ -15,9 +21,12 @@
1521
"laminas/laminas-coding-standard": "^2.0",
1622
"phpspec/prophecy-phpunit": "^2.0",
1723
"phpstan/phpstan": "^0.12",
18-
"phpunit/phpunit": "^9.5"
24+
"phpunit/phpunit": "^9.4"
1925
},
2026
"config": {
27+
"platform": {
28+
"php": "7.4"
29+
},
2130
"sort-packages": true
2231
},
2332
"extra": {
@@ -53,7 +62,8 @@
5362
},
5463
"support": {
5564
"issues": "https://github.com/xtreamwayz/mezzio-console/issues",
65+
"forum": "https://github.com/xtreamwayz/community/discussions",
5666
"source": "https://github.com/xtreamwayz/mezzio-console",
57-
"rss": "https://github.com/xtreamwayz/mezzio-console/releases.atom"
67+
"docs": "https://xtreamwayz.github.io/mezzio-console/"
5868
}
5969
}

composer.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)