Skip to content

Commit

Permalink
Normalise and cleanup of composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yesdevnull committed Feb 12, 2022
1 parent acad8e7 commit b928624
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "codeception/module-asserts",
"description": "Codeception module containing various assertions",
"keywords": [ "codeception", "asserts", "assertions" ],
"homepage": "https://codeception.com/",
"type": "library",
"license": "MIT",
"type": "library",
"keywords": [
"codeception",
"asserts",
"assertions"
],
"authors": [
{
"name": "Michael Bodnarchuk"
Expand All @@ -17,15 +20,16 @@
"homepage": "https://medium.com/@ganieves"
}
],
"minimum-stability": "dev",
"homepage": "https://codeception.com/",
"require": {
"php": "^8.0",
"codeception/lib-asserts": "^2.0",
"codeception/codeception": "^5.0.0-alpha1"
"codeception/codeception": "dev-5.0-interfaces as 5.0.0",
"codeception/lib-asserts": "^2.0"
},
"conflict": {
"codeception/codeception": "<5.0"
},
"minimum-stability": "dev",
"autoload": {
"classmap": [
"src/"
Expand Down

0 comments on commit b928624

Please sign in to comment.