Initial commit

This commit is contained in:
modules-communs-php
2024-01-11 10:04:42 +00:00
commit 93b0fa25b2
10 changed files with 1882 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "nwb/model-lib-php",
"description": "Modèle pour créer des modules communs php",
"type": "library",
"version": "0.0.1",
"autoload": {
"psr-4": {
"Nwb\\ModelLibPhp\\": "src/"
}
},
"authors": [
{
"name": "Mathieu",
"email": "mathieu.coudurier@nowwweb.com"
}
],
"require": {
"php": ">=8.2"
},
"require-dev": {
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*"
},
"scripts": {
"test": "phpunit"
}
}