Skip to content

Commit 696b963

Browse files
author
sophpie
committed
Adding library Zend Deployment features
1 parent 71fe344 commit 696b963

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

deployment.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
appdir.includes = composer.json,\
2+
config,\
3+
LICENSE.txt,\
4+
Module.php,\
5+
README.md,\
6+
src

deployment.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>

0 commit comments

Comments
 (0)