Skip to content

Commit f23288c

Browse files
committed
plugin version update
1 parent b9b7d05 commit f23288c

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

composer-plugins-installer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "detain/myadmin-plugin-installer",
3-
"description": "A composer plugin to handle the various types of 3rd party software we deal with in MyAdmin",
4-
"type": "composer-plugin",
5-
"license": "LGPL-2.1-or-later",
6-
"authors": [
7-
{
8-
"name": "Joe Huss",
9-
"email": "detain@interserver.net"
10-
}
11-
],
12-
"autoload": {
13-
"psr-4": {"MyAdmin\\Plugins\\": "src/"}
14-
},
15-
"require": {
16-
"composer-plugin-api": "^1.0"
17-
},
18-
"extra": {
19-
"class": "MyAdmin\\Plugins\\MyPlugins"
20-
}
2+
"name": "detain/myadmin-plugin-installer",
3+
"description": "A composer plugin to handle the various types of 3rd party software we deal with in MyAdmin",
4+
"type": "composer-plugin",
5+
"license": "LGPL-2.1-or-later",
6+
"authors": [
7+
{
8+
"name": "Joe Huss",
9+
"email": "detain@interserver.net"
10+
}
11+
],
12+
"autoload": {
13+
"psr-4": {"MyAdmin\\Plugins\\": "src/"}
14+
},
15+
"require": {
16+
"composer-plugin-api": "^2.0"
17+
},
18+
"extra": {
19+
"class": "MyAdmin\\Plugins\\MyPlugins"
20+
}
2121
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"minimum-stability": "dev"
99
},
1010
"require": {
11-
"composer-plugin-api": "^1.0"
12-
},
11+
"composer-plugin-api": "^2.0"
12+
},
1313
"require-dev": {
1414
"phpunit/phpunit": "*",
1515
"phpunit/phpunit-mock-objects": "*",

0 commit comments

Comments
 (0)