Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #90 from okta/update_for_php_8_1
Browse files Browse the repository at this point in the history
  • Loading branch information
bretterer authored Jan 5, 2022
2 parents 7a0818c + aa3f187 commit 58e55ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3,875 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode
.idea
.phpunit.result.cache
composer.lock
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: php

dist: bionic

env:
global:
- COVERAGE=false
Expand All @@ -19,8 +21,8 @@ script:

matrix:
include:
- php: 7.3
- php: 7.4
env:
- COVERAGE=true
- php: 8.0
- php: 8.1.0 #Must have 8.1.0 instead of 8.1 (See: https://travis-ci.community/t/php-8-1-support/12439)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.4 || ^8.0",
"nesbot/carbon": "^2.0",
"psr/http-message": "^1.0",
"php-http/client-common": "^2.3",
Expand Down
Loading

0 comments on commit 58e55ec

Please sign in to comment.