cubetools / cube-common-develop
Common code for developing the CUBE Tools
0.1.15
2020-07-15 07:19 UTC
Requires
- php: >=5.4.0
- escapestudios/symfony2-coding-standard: ^2.9
- friendsofphp/php-cs-fixer: ^2.0
- symfony/browser-kit: ^3.1|^4.1|^5.0
- symfony/css-selector: ^3.1|^4.1|^5.0
Requires (Dev)
- incenteev/composer-parameter-handler: ^2.1
- phpstan/phpstan: ^0.12.26
- symfony/console: ^3.1|^4.1|^5.0
Suggests
- incenteev/composer-parameter-handler: to run composer command
- phpstan/phpstan: to check more things in the code
Conflicts
- doctrine/orm: <2.5.0
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-11-15 17:27:18 UTC
README
This package contains common code for developing the CUBE Tools.
Installation
Step 1: Download the Package
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require --dev cubetools/cube-common-develop
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.