-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathcomposer-php-scoper.json
38 lines (38 loc) · 1.08 KB
/
composer-php-scoper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "pfefferle/wordpress-webmention",
"description": "A Webmention plugin for WordPress https://wordpress.org/plugins/webmention/",
"require": {
"php": ">=7.0"
},
"type": "wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Matthias Pfefferle",
"homepage": "https://notiz.blog"
}
],
"extra": {
"installer-name": "webmention"
},
"require-dev": {
"mf2/mf2": "^0.4.6",
"humbug/php-scoper": "^0.15.0",
"p3k/emoji-detector": "^0.3.1"
},
"scripts": {
"prefix": [
"@php ./vendor/humbug/php-scoper/bin/php-scoper add-prefix --prefix=Webmention --output-dir=./libraries/mf2 --config=config/php-scoper/mf2.inc.php --force --quiet",
"@php ./vendor/humbug/php-scoper/bin/php-scoper add-prefix --prefix=Webmention --output-dir=./libraries/emoji-detector --config=config/php-scoper/emoji-detector.inc.php --force --quiet"
],
"post-update-cmd": [
"@prefix"
]
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}