Download the PHP package neos/composer-plugin without Composer
On this page you can find all versions of the php package neos/composer-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package composer-plugin
Flow Composer Plugin
This package provides a custom installer plugin for Composer which handles the specialities of installing Flow packages.
It will handle packages that have a `type` of `neos-` or `typo3-flow-`.
Package package name
The Flow package name for a given package is determined like this, on order:
- composer manifest `extras.installer-name`
- first PSR-0 autoloading namespace
- first PSR-4 autoloading namespace
- Composer manifest `extras.neos.package-key`
- Composer package name (Does not work in all cases but common cases should be fine – `foo/bar` => `Foo.Bar`, `foo/bar-baz` => `Foo.Bar.Baz`)
Installation location
Where the package will be installed, depends on the Composer type suffix:
- `plugin` go into `Packages/Plugins/{flowPackageName}`
- `site` go into `Packages/Sites/{flowPackageName}`
- `boilerplate` go into `Packages/Boilerplates/{flowPackageName}`
- `build` go into `Build/{flowPackageName}`
- `package` go into `Packages/Application/{flowPackageName}`
- `package-collection` go into `Packages/{flowPackageName}`
- `*` go into `Packages/{camelCasedType}/{flowPackageName}`
All versions of composer-plugin with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^8.0
composer-plugin-api Version ^1.0 || ^2.0
composer-plugin-api Version ^1.0 || ^2.0
The package neos/composer-plugin contains the following files
Loading the files please wait ....