Skip to content

Commit

Permalink
fix: rename expressive-console to mezzio-console (#21)
Browse files Browse the repository at this point in the history
* fix: rename expressive-console to mezzio-console

* build: lock to php 8.0 for now
  • Loading branch information
geerteltink authored Oct 17, 2021
1 parent 3408a49 commit e98220a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.3 || ~8.0",
"psr/container": "^1.0 || ^2.0",
"symfony/console": "^4.0 || ^5.0"
},
Expand Down

0 comments on commit e98220a

Please sign in to comment.