add files
This commit is contained in:
21
vendor/akdelf/akdmin/example/ex_composer.json
vendored
Normal file
21
vendor/akdelf/akdmin/example/ex_composer.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
|
||||
"repositories":[
|
||||
{
|
||||
"type":"git",
|
||||
"url":"https://github.com/akdelf/korm.git"
|
||||
},
|
||||
{
|
||||
"type":"git",
|
||||
"url":"https://github.com/akdelf/akdmin.git"
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
"require":{
|
||||
"php":">=5.2.0",
|
||||
"akdelf/korm":"dev-master",
|
||||
"akdelf/akdmin":"dev-master"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user