Skip to content

Commit

Permalink
Merge pull request #8 from Mad-Collective/feature/BDK-919
Browse files Browse the repository at this point in the history
BDK-919 Added compatibility with php 8.0
  • Loading branch information
alejandrogvmad authored Nov 30, 2022
2 parents 48b0545 + 3323b21 commit 5c457f4
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 161 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "Monitoring abstraction layer",

"require": {
"php": "^8.1",
"php": "^8.0",
"psr/log": "^3.0"
},
"require-dev": {
"phpspec/phpspec": "^7.2.0",
"phpspec/phpspec": "^7.1.0",
"squizlabs/php_codesniffer": "2.*",
"monolog/monolog": "^3.0"
"monolog/monolog": "^2.8"
},
"license": "MIT",
"autoload": {
Expand Down
Loading

0 comments on commit 5c457f4

Please sign in to comment.