removed composer.json from gitignore

This commit is contained in:
GitProtogen
2026-03-07 20:50:04 +01:00
parent aebe0c7549
commit cae24c5c0c
8 changed files with 12 additions and 110 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"require": {
"cboden/ratchet": "^0.4.4",
"ext-pdo": "*"
},
"autoload": {
"psr-4": {
"ComCen\\": "src/"
}
}
}