Files
adanar/composer.json
arlemp@selectel.ru c5003b00cf add files
2023-08-05 11:59:48 +03:00

26 lines
518 B
JSON

{
"repositories":[
{
"type":"git",
"url":"https://github.com/akdelf/korm.git"
},
{
"type":"git",
"url":"https://github.com/akdelf/akdmin.git"
},
{
"type":"git",
"url":"https://github.com/akdelf/thumbcache.git"
}
],
"require":{
"php":">=5.2.0",
"akdelf/korm":"dev-master",
"akdelf/akdmin":"dev-master",
"akdelf/thumbcache":"dev-master"
}
}