Files
adanar/composer.json

26 lines
518 B
JSON
Raw Permalink Normal View History

2023-08-05 11:59:48 +03:00
{
"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"
}
}