Skip to content

Commit af30566

Browse files
committed
Updated composer versions and re-added php 8
1 parent 4c9f4ae commit af30566

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "7.2"
2020
- "7.3"
2121
- "7.4"
22-
#- "8.0"
22+
- "8.0"
2323

2424
dependencies: [highest]
2525

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}
1414
],
1515
"require": {
16-
"psr/log": "1.*",
17-
"php": ">=5.3.2"
16+
"psr/log": "^1.0.1",
17+
"php": ">=7.2"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5"
20+
"phpunit/phpunit": "^8.5"
2121
},
2222
"autoload": {
2323
"psr-0": {

0 commit comments

Comments
 (0)