Skip to content

Commit

Permalink
Merge pull request #26 from bluem-development/PHP80-support
Browse files Browse the repository at this point in the history
Bringing Bluem-PHP to PHP8.0 Minimum
  • Loading branch information
DaanRijpkema authored Feb 21, 2023
2 parents 96ac3ad + 36298b0 commit 0645c75
Show file tree
Hide file tree
Showing 35 changed files with 732 additions and 780 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
"issues": "https://github.com/bluem-development/bluem-php"
},
"require": {
"php": ">=7.4|>=8.0",
"php": ">=8.0",
"nesbot/carbon": "^2.31",
"pear/http_request2": "v2.4.2",
"pear/http_request2": "^2.5",
"selective/xmldsig": "^2.4",
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-openssl": "*"
"ext-openssl": "*",
"robrichards/xmlseclibs": "^3.1"
},
"autoload": {
"psr-4": {
Expand All @@ -35,6 +36,7 @@
"phpunit/phpunit": "^9.5",
"phpspec/prophecy": "~1.0",
"vlucas/phpdotenv": "^5.4",
"roave/security-advisories": "dev-latest"
"roave/security-advisories": "dev-latest",
"rector/rector": "^0.15.10"
}
}
Loading

0 comments on commit 0645c75

Please sign in to comment.