Skip to content

Commit e98220a

Browse files
authored
fix: rename expressive-console to mezzio-console (#21)
* fix: rename expressive-console to mezzio-console * build: lock to php 8.0 for now
1 parent 3408a49 commit e98220a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.3 || ^8.0",
17+
"php": "^7.3 || ~8.0",
1818
"psr/container": "^1.0 || ^2.0",
1919
"symfony/console": "^4.0 || ^5.0"
2020
},

0 commit comments

Comments
 (0)