Skip to content

Commit 95fbd16

Browse files
CopilotcKlee
andcommitted
fix: upgrade phpunit to ~8.5.52, bump PHP to >=7.4, update CI and docs
Co-authored-by: cKlee <849235+cKlee@users.noreply.github.com> Agent-Logs-Url: https://github.com/MARCspec/php-marc-spec/sessions/9dc159b3-320d-4bca-a5cf-b92cba2d51e4
1 parent 6d06f25 commit 95fbd16

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
vendor/
2+
composer.lock
3+
.phpunit.result.cache
4+
build/

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: php
22
php:
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

89
fast_finish: true
910

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation can be done by using [composer](https://getcomposer.org/doc/00-intr
1414
composer 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
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": {

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ convertNoticesToExceptions="true"
77
convertWarningsToExceptions="true"
88
processIsolation="false"
99
stopOnFailure="false"
10-
syntaxCheck="false"
1110
bootstrap="Test/autoload.php"
1211
>
1312
<testsuites>

0 commit comments

Comments
 (0)