Skip to content

Commit

Permalink
Merge pull request #26 from ahnv/master
Browse files Browse the repository at this point in the history
PHP 8 Support and Removal of Deprecated Packages
  • Loading branch information
imagekitio authored Jan 12, 2021
2 parents 43ffe8f + 8d940aa commit 754724e
Show file tree
Hide file tree
Showing 7 changed files with 1,053 additions and 609 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
],
"license": "MIT",
"require": {
"php":"^5.3.3 || ^7.0",
"fzaninotto/faker": "^1.9",
"php":"^5.3.3 || ^7.0 || ^8.0",
"ext-curl": "*",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "~6.0 || ~7.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7",
"phpunit/phpunit": "^9",
"ext-json": "*"
},
"autoload": {
Expand Down
Loading

0 comments on commit 754724e

Please sign in to comment.