Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/endoflife #73

Merged
merged 3 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mediact/testing-suite/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mediact/testing-suite/?branch=master)

# MediaCT Testing Suite
# [ABANDONED] MediaCT Testing Suite
This package has been abandoned and will not get any support. We replaced it with the
[youwe testing suite](https://github.com/YouweGit/testing-suite).

This package serves as an umbrella package for several of MediaCT's testing
packages.
Expand Down
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "MIT",
"prefer-stable": true,
"minimum-stability": "stable",
"abandoned": "youwe/testing-suite",
"authors": [
{
"name": "MediaCT B.V.",
Expand Down Expand Up @@ -45,6 +46,14 @@
"bin/mediact-testing-suite"
],
"extra": {
"scripts": {
"post-install-cmd": [
"npm install --save-dev husky lint-staged",
"npx husky install",
"npm set-script prepare \"husky install\"",
"npx husky add .husky/pre-commit \"npx lint-staged\""
]
},
"grumphp": {
"config-default-path": "grumphp.yml"
},
Expand All @@ -70,5 +79,12 @@
"/phpmd.xml",
"/phpunit.xml"
]
},
"config": {
"allow-plugins": {
"mediact/coding-standard-phpstorm": true,
"mediact/composer-unclog-plugin": true,
"phpro/grumphp": true
}
}
}