File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ vendor /
2+ composer.lock
3+ .phpunit.result.cache
4+ build /
Original file line number Diff line number Diff line change 11language : php
22php :
3- - 7.2
4- - 7.1
5- - 7.0
6- - 5.6
3+ - 7.4
4+ - 8.0
5+ - 8.1
6+ - 8.2
7+ - 8.3
78
89fast_finish : true
910
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Installation can be done by using [composer](https://getcomposer.org/doc/00-intr
1414composer require ck/php-marcspec
1515```
1616
17- PHP-MARCspec requires PHP 5 .4 or later.
17+ PHP-MARCspec requires PHP 7 .4 or later.
1818
1919# Usage
2020
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=5.6 "
15+ "php" : " >=7.4 "
1616 },
1717 "require-dev" : {
18- "phpunit/phpunit" : " ^5.7 | ^6 " ,
18+ "phpunit/phpunit" : " ~8.5.52 " ,
1919 "ck/marcspec-test-suite" : " @dev"
2020 },
2121 "autoload" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ convertNoticesToExceptions="true"
77convertWarningsToExceptions=" true"
88processIsolation=" false"
99stopOnFailure=" false"
10- syntaxCheck=" false"
1110bootstrap=" Test/autoload.php"
1211>
1312 <testsuites >
You can’t perform that action at this time.
0 commit comments