]> Raphaël G. Git Repositories - airlibre/commit
Add lock files
authorRaphaël Gertz <git@rapsys.eu>
Mon, 19 Oct 2020 01:58:26 +0000 (03:58 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 19 Oct 2020 01:58:26 +0000 (03:58 +0200)
commit048ea02f8dee4882447b444fce371999e8492735
treeacc5d4761dd53cc8ebae65931ce516ce7e5a4f9b
parent189c7b2b18b4bc527a7503779bbcd67547ed0a4c
Add lock files
Add config files
Add project base files
40 files changed:
composer.lock [new file with mode: 0644]
config/bootstrap.php [new file with mode: 0644]
config/packages/dev/web_profiler.yaml [new file with mode: 0644]
config/packages/doctrine.yaml [new file with mode: 0644]
config/packages/mailer.yaml [new file with mode: 0644]
config/packages/prod/doctrine.yaml [new file with mode: 0644]
config/packages/prod/routing.yaml [new file with mode: 0644]
config/packages/rapsys_air.yaml [new symlink]
config/packages/rapsys_air.yaml.orig [new file with mode: 0644]
config/packages/rapsys_pack.yaml [new symlink]
config/packages/rapsys_pack.yaml.orig [new file with mode: 0644]
config/packages/rapsys_user.yaml [new symlink]
config/packages/rapsys_user.yaml.orig [new file with mode: 0644]
config/packages/routing.yaml [new file with mode: 0644]
config/packages/security.yaml [new file with mode: 0644]
config/packages/test/validator.yaml [new file with mode: 0644]
config/packages/test/web_profiler.yaml [new file with mode: 0644]
config/packages/translation.yaml [new file with mode: 0644]
config/packages/twig.yaml [new file with mode: 0644]
config/packages/twig_extensions.yaml [new file with mode: 0644]
config/packages/validator.yaml [new file with mode: 0644]
config/routes.yaml [new file with mode: 0644]
config/routes/annotations.yaml [new file with mode: 0644]
config/routes/dev/framework.yaml [new file with mode: 0644]
config/routes/dev/web_profiler.yaml [new file with mode: 0644]
config/routes/rapsys_air.yaml [new symlink]
config/routes/rapsys_air.yaml.orig [new file with mode: 0644]
config/routes/rapsys_user.yaml [new symlink]
config/secrets/dev/.gitignore [new file with mode: 0644]
config/secrets/dev/dev.encrypt.public.php [new file with mode: 0644]
config/secrets/prod/.gitignore [new file with mode: 0644]
config/secrets/prod/prod.encrypt.public.php [new file with mode: 0644]
config/services.yaml [new file with mode: 0644]
phpunit.xml.dist [new file with mode: 0644]
public/favicon.ico [new symlink]
src/DataFixtures/AppFixtures.php [new file with mode: 0644]
src/Kernel.php [new file with mode: 0644]
symfony.lock [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
translations/.gitignore [new file with mode: 0644]