blob: 52adb9bcbea73ca16442488cc9cb88e86687cc4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
project.name = Zeta Components Graph component
project.version = 1.6.0
project.stability = stable
commons.env = development
# The commons based directory will be used to calculate several build related
# paths and directories. Therefore we will keep it separated and independent for
# each component in the component's basedir.
commons.basedir = ${basedir}
# Base directories with PHP source and test files
commons.srcdir = ${basedir}/src
commons.srcdir.php = ${basedir}/src
commons.testdir.php =
codesniffer.standard = Ezc
codesniffer.standard.package.name = PHP_CodeSniffer_Standards_EZC
codesniffer.standard.package.channel = pear.xplib.de
|