2 Commits

Author SHA1 Message Date
Piotr Marynczak
3d3fe767c4 [WZUW-265] Updated doctrine/orm package version 2023-09-07 16:37:05 +02:00
Piotr Marynczak
14235b58ba [WZUW-265] Removed phploc package 2023-09-07 14:54:02 +02:00
2 changed files with 2 additions and 11 deletions

View File

@@ -17,13 +17,12 @@
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-intl": "*", "ext-intl": "*",
"ext-pcre": "*", "ext-pcre": "*",
"doctrine/orm": "^2.5", "doctrine/orm": "^2.16",
"gedmo/doctrine-extensions": "^2.4 || ^3.11" "gedmo/doctrine-extensions": "^2.4 || ^3.11"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.2", "friendsofphp/php-cs-fixer": "^2.2",
"pdepend/pdepend": "^2.5", "pdepend/pdepend": "^2.5",
"phploc/phploc": "^2.1",
"phpmd/phpmd": "^2.6", "phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^4.8", "phpunit/phpunit": "^4.8",
"sebastian/phpcpd": "^2.0", "sebastian/phpcpd": "^2.0",

View File

@@ -45,8 +45,7 @@
depends="check:cs, depends="check:cs,
check:md, check:md,
check:cpd, check:cpd,
check:depend, check:depend"
check:loc"
/> />
<!-- Test target --> <!-- Test target -->
@@ -91,13 +90,6 @@
</phpdepend> </phpdepend>
</target> </target>
<!-- Measure the size and analyzing the structure of a project -->
<target name="check:loc" depends="build:prepare">
<phploc reportType="txt" reportName="phploc" reportDirectory="${dir.reports}">
<fileset refid="sourcecode"/>
</phploc>
</target>
<!-- PHPUnit tests --> <!-- PHPUnit tests -->
<target name="test:phpunit" depends="build:prepare"> <target name="test:phpunit" depends="build:prepare">
<exec command="${tests.phpunit.command}" passthru="true"/> <exec command="${tests.phpunit.command}" passthru="true"/>