Skip to content

Commit

Permalink
更新composer
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHuang committed Nov 18, 2020
1 parent 296a2be commit d2f4c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Requirements

* PHP >=7.4
* PHP >=7.2

### Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"php": ">=7.4",
"psr/container": "*"
"php": ">=7.2",
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit d2f4c37

Please sign in to comment.