12345678910111213141516171819202122232425 |
- {
- "name": "magento/updater",
- "description": "Test composer.json",
- "type": "project",
- "version": "0.74.0-beta2",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "require": {
- "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
- "magento/product-community-edition": "0.74.0-beta12"
- },
- "require-dev": {
- "phpunit/phpunit": "4.1.0"
- },
- "replace": {
- "magento/module-admin-notification": "self.version"
- },
- "autoload": {
- "psr-4": {
- "Magento\\": "app/code/Magento/"
- }
- }
- }
|