- Feb 27, 2020
-
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/security-checker.html https://github.com/sensiolabs/security-checker install: composer require --dev sensiolabs/security-checker Refs: #25
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/phpmd.html https://phpmd.org install: composer require --dev phpmd/phpmd Refs: #24
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/master/bundles/DoctrineFixturesBundle/ Installation: composer require --dev orm-fixtures Refs: #12
-
Fabrice Gangler authored
Added "clear your cache before running those tests" documentation: https://symfony.com/doc/current/testing/bootstrap.html Refs: #14
-
Fabrice Gangler authored
syntax checkers: json, xml, yaml and php install php lint composer require --dev jakub-onderka/php-parallel-lint Refs: #18
-
Fabrice Gangler authored
Documentation: https://github.com/phpro/grumphp Installation: composer require --dev phpro/grumphp Refs: #8
-
Fabrice Gangler authored
Documentation: https://editorconfig.org/ Refs: #17
-
Fabrice Gangler authored
Refs: #15
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/current/testing.html#your-first-functional-test https://symfony.com/doc/current/components/browser_kit.html https://symfony.com/doc/current/components/css_selector.html https://github.com/symfony/panther Installation: composer require --dev symfony/browser-kit composer require --dev symfony/css-selector composer require --dev panther Refs: #7
-
Fabrice Gangler authored
Documentation: https://github.com/fzaninotto/Faker Installation: composer require --dev fzaninotto/faker Refs: #6
-
composer.json schema https://getcomposer.org/doc/04-schema.md Refs: #5
-
Refs: #9
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/current/setup.html Installation: composer create-project symfony/website-skeleton Refs: #4
-
Refs: #2
-
Refs: #3
-
Fabrice Gangler authored
Refs: #1
-
Fabrice Gangler authored
Refs: #16
-
Define the line ending behavior of the different file extensions https://git-scm.com/docs/gitattributes https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes Refs: #16
-
- Feb 26, 2020
-
-
Matthieu FAURE authored
-