/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/migrations
NameSizeModeActions
docs/-0755rm
src/-0755rm
templates/-0755rm
composer.json22730644editdlrm
Dockerfile6340644editdlrm
docs.Dockerfile8260644editdlrm
LICENSE.txt12920644editdlrm
phpcs.xml11380644editdlrm
psalm-baseline.xml9350644editdlrm
psalm.xml10120644editdlrm
README.md16820644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/migrations/composer.json (2273B)
{ "name": "cakephp/migrations", "description": "Database Migration plugin for CakePHP based on Phinx", "type": "cakephp-plugin", "keywords": [ "cakephp", "migrations" ], "homepage": "https://github.com/cakephp/migrations", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/migrations/graphs/contributors" } ], "support": { "issues": "https://github.com/cakephp/migrations/issues", "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "source": "https://github.com/cakephp/migrations" }, "require": { "php": ">=7.4.0", "robmorgan/phinx": "^0.13.2", "cakephp/orm": "^4.3.0", "cakephp/cache": "^4.3.0" }, "require-dev": { "phpunit/phpunit": "^9.5.0", "cakephp/cakephp": "^4.3.0", "cakephp/bake": "^2.6.0", "cakephp/cakephp-codesniffer": "^4.1" }, "autoload": { "psr-4": { "Migrations\\": "src/" } }, "autoload-dev": { "psr-4": { "Cake\\Test\\": "./vendor/cakephp/cakephp/tests/", "Migrations\\Test\\": "tests/", "TestApp\\": "tests/test_app/App/", "TestBlog\\": "tests/test_app/Plugin/TestBlog/src/" } }, "suggest": { "cakephp/bake": "If you want to generate migrations.", "dereuromark/cakephp-ide-helper": "If you want to have IDE suggest/autocomplete when creating migrations." }, "prefer-stable": true, "scripts": { "check": [ "@cs-check", "@test", "@stan" ], "cs-check": "phpcs -p", "cs-fix": "phpcbf -p", "stan": "phpstan analyse && psalm.phar --show-info=false", "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.7.0 psalm/phar:~4.23.0 && mv composer.backup composer.json", "test": "phpunit", "test-coverage": "phpunit --coverage-clover=clover.xml" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }