Skip to content

Commit

Permalink
Merge pull request #8 from drewroberts/patch-1
Browse files Browse the repository at this point in the history
Allow support for PHP 8 #7
  • Loading branch information
jvmvik committed Apr 19, 2022
2 parents 2362f5c + b4f755e commit dc0483b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"issues": "http://github.com/serpapi/google-search-results-php/issues"
},
"require": {
"php": "^5.5 || ^7.0",
"php": "^5.5 || ^7.0 || ^8.0",
"ext-curl": "*",
"ext-json": "*"
},
Expand All @@ -50,4 +50,4 @@
"test": "phpunit test/GoogleSearchTest.php",
"example": "phpunit test/example_test.php"
}
}
}

0 comments on commit dc0483b

Please sign in to comment.