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"
|
"name": "Clientbase"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {},
|
"require": {
|
||||||
|
"php": ">=5.4"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Basemaster\\Snoopy\\": "src/"
|
"Snoopy\\": "src/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue