Skip to content

Commit

Permalink
Upgrade dependencies, make it PHP 7.4+ compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Oct 27, 2023
1 parent 5335edd commit 44a155d
Show file tree
Hide file tree
Showing 11 changed files with 2,166 additions and 827 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ composer.phar
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
/build/logs

.phpunit.result.cache
.idea/
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
},
"require": {
"php": "^5.6|^7.0"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.6",
"satooshi/php-coveralls": "^1.0"
"phpunit/phpunit": "^9.0|^10.0",
"php-coveralls/php-coveralls": "^2.0"
},
"minimum-stability": "stable"
}
Loading

0 comments on commit 44a155d

Please sign in to comment.