We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9f4ae commit af30566Copy full SHA for af30566
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- "7.2"
20
- "7.3"
21
- "7.4"
22
- #- "8.0"
+ - "8.0"
23
24
dependencies: [highest]
25
composer.json
@@ -13,11 +13,11 @@
13
}
14
],
15
"require": {
16
- "psr/log": "1.*",
17
- "php": ">=5.3.2"
+ "psr/log": "^1.0.1",
+ "php": ">=7.2"
18
},
"require-dev": {
- "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5"
+ "phpunit/phpunit": "^8.5"
"autoload": {
"psr-0": {
0 commit comments