PHP Classes

File: src/Scaffolder/composer.json

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Scaffolder/composer.json   Download  
File: src/Scaffolder/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 1,930 bytes
 

Contents

Class file image Download
{ "name": "spiral/scaffolder", "type": "library", "license": "MIT", "funding": [ { "type": "github", "url": "https://github.com/sponsors/spiral" } ], "description": "Spiral, Code Scaffolding module", "keywords": ["scaffolding"], "homepage": "https://spiral.dev", "support": { "issues": "https://github.com/spiral/framework/issues", "source": "https://github.com/spiral/scaffolder" }, "authors": [ { "name": "Anton Titov (wolfy-j)", "email": "wolfy-j@spiralscout.com" }, { "name": "Pavel Butchnev (butschster)", "homepage": "https://github.com/butschster" }, { "name": "Aleksei Gagarin (roxblnfk)", "homepage": "https://github.com/roxblnfk" }, { "name": "Maksim Smakouz (msmakouz)", "email": "maksim.smakouz@spiralscout.com" }, { "name": "Valentin Vintsukevich (vvval)", "email": "valentin@spiralscout.com" } ], "require": { "php": ">=8.1", "spiral/reactor": "^3.17", "cocur/slugify": "^3.2 || ^4.0", "doctrine/inflector": "^1.4|^2.0", "nette/php-generator": "^4.1.7" }, "require-dev": { "phpunit/phpunit": "^10.5.41", "spiral/framework": "^3.1", "vimeo/psalm": "^6.0" }, "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "Spiral\\Scaffolder\\": "src" } }, "autoload-dev": { "psr-4": { "Spiral\\Tests\\Scaffolder\\": "tests" } }, "extra": { "branch-alias": { "dev-master": "3.17.x-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }