Update Composer

This commit is contained in:
Basemaster 2024-08-26 09:51:13 +03:00 committed by GitHub
parent 792a106a78
commit a58813915b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -8,10 +8,12 @@
"name": "Clientbase"
}
],
"require": {},
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-4": {
"Basemaster\\Snoopy\\": "src/"
"Snoopy\\": "src/"
}
}
}