mirror of https://github.com/basemaster/snoopy.git
Update Composer
This commit is contained in:
parent
792a106a78
commit
a58813915b
|
|
@ -8,10 +8,12 @@
|
|||
"name": "Clientbase"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Basemaster\\Snoopy\\": "src/"
|
||||
"Snoopy\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue