Skip to content

liqueurdetoile/cakephp3-php7-composer-xdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

cakephp3-php7-composer-xdebug

Minimalist deployment for a suitable environment for cakephp 3.x based on :

  • Apache
  • PHP 7.4.7
  • composer (accessible globally)
  • needed PHP extensions : intl, mbstring...
  • xdebug-2.9.6

To run full tests, you must add dev-dependencies to your composer.json as they're not included in the docker image.

For instance :

"require-dev": {
    "phpunit/phpunit": "^5.7.14|^6.0",
    "phpunit/php-code-coverage": "5.3",
    "phpstan/phpstan": "^0.10.1",
    "cakephp/cakephp-codesniffer": "^3.0"
}

Please note that no Mysql server is deployed. You must add one in your CI environment if you need it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published