Skip to content

Commit

Permalink
Fix composer bug whereby phpunit was in require
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido W. Pettinari committed Apr 19, 2022
1 parent a81c54e commit 8a45c70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
]
},
"require": {
"php": "^7.0",
"phpunit/phpunit": "^9.5"
"php": "^7.0 | ^8.0"
},
"autoload": {
"psr-4": {"Idearia\\": "src/"}
},
"autoload-dev": {
"psr-4": {"Idearia\\Tests\\": "tests/"}
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a45c70

Please sign in to comment.