too much changes

This commit is contained in:
2019-02-25 16:48:51 +01:00
parent 13303e50d4
commit 208863abed
27 changed files with 2410 additions and 480 deletions

20
composer.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "avior/blog_imie",
"type": "project",
"require": {
},
"authors": [
{
"name": "Avior",
"email": "florian.bouillon@delta-wings.net"
}
],
"require-dev": {
"phpunit/phpunit": "^8"
},
"autoload": {
"classmap": [
"project/assets/php/"
]
}
}