File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ appdir.includes = composer.json,\
2
+ config,\
3
+ LICENSE.txt,\
4
+ Module.php,\
5
+ README.md,\
6
+ src
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
+ <package xmlns =" http://www.zend.com/server/deployment-descriptor/1.0" version =" 1.0" >
3
+ <type >library</type >
4
+ <name >ZendDevops-webapi</name >
5
+ <summary >Zend Server Web API Zf2 connector</summary >
6
+ <description >ZF2 module to be used as a connector to reach Zend Server Web API through your PHP application</description >
7
+ <version >
8
+ <release >1.0.0</release >
9
+ </version >
10
+ <eula >LICENSE.txt</eula >
11
+ <dependencies >
12
+ <required >
13
+ <zendframework2 >
14
+ <min >2.2</min >
15
+ </zendframework2 >
16
+ </required >
17
+ </dependencies >
18
+ </package >
You can’t perform that action at this time.
0 commit comments