Skip to content

Commit

Permalink
Merge pull request #9 from thebiggive/2023-housekeeping
Browse files Browse the repository at this point in the history
Update PHP support + readme
  • Loading branch information
bdsl authored May 22, 2023
2 parents 602d798 + 679832e commit 9c8204d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: php
dist: focal # Ubuntu 20.04 LTS

php:
- "7.4"
- "8.0"
- "8.1"
- "8.2"

before_script:
- sudo apt-get install libonig5 # https://blog.futtta.be/2023/01/24/adding-php-8-2-in-travis-tests/
- composer self-update
- composer --version
- composer install -n --dev --prefer-source
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

## Library background

Big Give forked this library from [`JustinBusschau/php-govtalk`](https://github.com/JustinBusschau/php-govtalk) in 2021, as that library's
[no longer maintained](https://github.com/JustinBusschau/php-govtalk/pull/3) for active versions of PHP.

We don't offer support for the library, but plan to maintain it for the foreseeable future, with tests running against verions of PHP [still receiving security support](https://www.php.net/supported-versions.php).

Charities running campaigns on our platform who are using our managed service to claim their Gift Aid can [get in touch here](https://community.biggive.org/s/contact-us).

## Basic usage

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.4.21"
"php": "8.0.28"
},
"sort-packages": true
},
"require": {
"php": "^7.4 | ^8.0",
"php": "^8.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit 9c8204d

Please sign in to comment.