Skip to content

Commit

Permalink
Update dependencies and cleanup default phpunit schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Jun 23, 2018
1 parent e471bf3 commit db37f9b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.11
1.15.12
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
"tecnickcom/tc-lib-color": "^1.12.11"
"tecnickcom/tc-lib-color": "^1.12.12"
},
"require-dev": {
"apigen/apigen": "^2.8.1 || ^4.1.2",
Expand Down
7 changes: 3 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="true">
<testsuites>
<testsuite name="tc-lib-barcode Test Suite">
Expand All @@ -21,8 +20,8 @@
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="target/coverage" charset="UTF-8"/>
<log type="coverage-clover" target="target/coverage/coverage.xml" charset="UTF-8"/>
<log type="junit" target="target/logs/junit.xml" logIncompleteSkipped="false"/>
<log type="coverage-html" target="target/coverage"/>
<log type="coverage-clover" target="target/coverage/coverage.xml"/>
<log type="junit" target="target/logs/junit.xml"/>
</logging>
</phpunit>
2 changes: 1 addition & 1 deletion resources/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git
Package: ~#PKGNAME#~
Provides: php-~#PROJECT#~
Architecture: all
Depends: php (>= 5.3.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 2.0.0), php-tecnickcom-tc-lib-color (>= 1.12.11), ${misc:Depends}
Depends: php (>= 5.3.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 2.0.0), php-tecnickcom-tc-lib-color (>= 1.12.12), ${misc:Depends}
Description: PHP Barcode library
This library includes PHP classes to generate linear
and bidimensional barcodes:
Expand Down
2 changes: 1 addition & 1 deletion resources/rpm/rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BuildArch: noarch

Requires: php(language) >= 5.3.0
Requires: php-composer(%{c_vendor}/tc-lib-color) < 2.0.0
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.11
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.12
Requires: php-bcmath
Requires: php-date
Requires: php-gd
Expand Down

0 comments on commit db37f9b

Please sign in to comment.