File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " triggerfish/rest-ajax" ,
3
- "type" : " wordpress-muplugin" ,
4
- "license" : " MIT" ,
5
- "homepage" : " https://www.triggerfish.se" ,
6
- "authors" : [
7
- {
8
- "name" : " Joi Glifberg" ,
9
- "email" : " joi@triggerfish.se" ,
10
- "homepage" : " https://github.com/circuuz"
2
+ "name" : " triggerfish/rest-ajax" ,
3
+ "type" : " wordpress-muplugin" ,
4
+ "license" : " MIT" ,
5
+ "homepage" : " https://www.triggerfish.se" ,
6
+ "authors" : [
7
+ {
8
+ "name" : " Joi Glifberg" ,
9
+ "email" : " joi@triggerfish.se" ,
10
+ "homepage" : " https://github.com/circuuz"
11
+ }
12
+ ],
13
+ "keywords" : [
14
+ " wordpress"
15
+ ],
16
+ "autoload" : {
17
+ "psr-4" : {
18
+ "Triggerfish\\ REST_Ajax\\ " : " src/"
19
+ }
20
+ },
21
+ "require" : {
22
+ "php" : " >=8.0" ,
23
+ "composer/installers" : " ^1.0|^2.0" ,
24
+ "illuminate/support" : " 9.28.*|^10.0"
25
+ },
26
+ "scripts" : {
27
+ "test" : [
28
+ " vendor/bin/phpcs --extensions=php --ignore=vendor/ -n -s ."
29
+ ]
11
30
}
12
- ],
13
- "keywords" : [
14
- " wordpress"
15
- ],
16
- "autoload" : {
17
- "psr-4" : {
18
- "Triggerfish\\ REST_Ajax\\ " : " src/"
19
- }
20
- },
21
- "require" : {
22
- "php" : " >=8.0" ,
23
- "composer/installers" : " ~1.0" ,
24
- "illuminate/support" : " 9.28.*"
25
- },
26
- "scripts" : {
27
- "test" : [
28
- " vendor/bin/phpcs --extensions=php --ignore=vendor/ -n -s ."
29
- ]
30
- }
31
31
}
You can’t perform that action at this time.
0 commit comments