Skip to content

Commit

Permalink
add .replace to this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Plihal committed Jun 1, 2023
1 parent 22fd9d9 commit ded8a82
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 104 deletions.
20 changes: 15 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "peridot-php/peridot",
"description": "Event driven BDD test framework for PHP 7.1+",
"keywords": ["BDD", "TDD", "testing", "PHP"],
"name": "birdspider/peridot",
"description": "Event driven BDD test framework for PHP 7.4+",
"keywords": [
"BDD",
"TDD",
"testing",
"PHP"
],
"license": "MIT",
"authors": [
{
Expand All @@ -13,6 +18,9 @@
"email": "[email protected]"
}
],
"replace": {
"peridot-php/peridot": "dev-master"
},
"require": {
"php": ">=7.4",
"evenement/evenement": "^3.0",
Expand All @@ -34,10 +42,12 @@
"fixtures/error-polyfill.php"
]
},
"bin": ["bin/peridot"],
"bin": [
"bin/peridot"
],
"config": {
"platform": {
"php": "7.4"
}
}
}
}
Loading

0 comments on commit ded8a82

Please sign in to comment.