Merge pull request #6205 from Xerkus/patch-1
Update current plugin api version in docspull/6174/merge
commit
e2b2baf48a
|
@ -34,7 +34,7 @@ requirements:
|
||||||
The required version of the `composer-plugin-api` follows the same [rules][7]
|
The required version of the `composer-plugin-api` follows the same [rules][7]
|
||||||
as a normal package's.
|
as a normal package's.
|
||||||
|
|
||||||
The current composer plugin API version is 1.0.0.
|
The current composer plugin API version is 1.1.0.
|
||||||
|
|
||||||
An example of a valid plugin `composer.json` file (with the autoloading
|
An example of a valid plugin `composer.json` file (with the autoloading
|
||||||
part omitted):
|
part omitted):
|
||||||
|
@ -44,7 +44,7 @@ part omitted):
|
||||||
"name": "my/plugin-package",
|
"name": "my/plugin-package",
|
||||||
"type": "composer-plugin",
|
"type": "composer-plugin",
|
||||||
"require": {
|
"require": {
|
||||||
"composer-plugin-api": "^1.0"
|
"composer-plugin-api": "^1.1"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"class": "My\\Plugin"
|
"class": "My\\Plugin"
|
||||||
|
|
Loading…
Reference in New Issue