-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.23 KB
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
39
40
41
42
43
44
{
"name": "williarin/wordpress-interop-bundle",
"description": "Symfony bundle to integrate williarin/wordpress-interop in the framework",
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "William Arin",
"email": "williamarin.dev@gmail.com"
}
],
"require": {
"php": ">=8.0",
"symfony/config": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0",
"symfony/http-kernel": "^6.0 || ^7.0",
"williarin/wordpress-interop": "^1.8.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.23",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.7",
"rector/rector": "^0.12.13",
"roave/security-advisories": "dev-latest",
"symplify/coding-standard": "^10.0",
"symplify/easy-coding-standard": "^10.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Williarin\\WordpressInteropBundle\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}