mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
chore: Add/update static files.
This commit is contained in:
parent
9c167df78a
commit
149d7ce991
8
LICENSE
8
LICENSE
@ -629,12 +629,12 @@ to attach them to the start of each source file to most effectively
|
|||||||
state the exclusion of warranty; and each file should have at least
|
state the exclusion of warranty; and each file should have at least
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
chill-bundles
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
Copyright (C) 2021 Chill Project
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
by the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/doctrine-fixtures-bundle": "^3.3",
|
"doctrine/doctrine-fixtures-bundle": "^3.3",
|
||||||
|
"drupol/php-conventions": "^5",
|
||||||
"fakerphp/faker": "^1.13",
|
"fakerphp/faker": "^1.13",
|
||||||
"nelmio/alice": "^3.8",
|
"nelmio/alice": "^3.8",
|
||||||
"phpstan/extension-installer": "^1.1",
|
"phpstan/extension-installer": "^1.1",
|
||||||
|
10
grumphp.yml
Normal file
10
grumphp.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: tests/app/vendor/drupol/php-conventions/config/php73/grumphp.yml }
|
||||||
|
|
||||||
|
parameters:
|
||||||
|
tasks.phpcsfixer.config: .php_cs.dist.php
|
||||||
|
tasks.license.name: AGPL-3.0
|
||||||
|
tasks.license.holder: Champs-Libres
|
||||||
|
tasks.license.date_from: 2001
|
||||||
|
|
||||||
|
tasks.phpcsfixer.allow_risky: false
|
5
resource/header.txt
Normal file
5
resource/header.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Chill is a software for social workers
|
||||||
|
|
||||||
|
For the full copyright and license information, please view
|
||||||
|
the LICENSE file that was distributed with this source code.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user