Skip to content

Commit

Permalink
Merge pull request #31 from DarkGhostHunter/master
Browse files Browse the repository at this point in the history
Fixed missing dependency
  • Loading branch information
DarkGhostHunter authored Mar 30, 2020
2 parents 30fd806 + a29a4e8 commit bf82e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"require": {
"php": "^7.4",
"ext-json": "*"
"ext-json": "*",
"symfony/finder": "^4.3||^5.0.5"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"symfony/finder": "^4.3||^5.0.5"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bf82e6f

Please sign in to comment.