Skip to content

Commit 45a7766

Browse files
author
Greg Bowler
authored
Upgrade dependencies (#4)
* Promise v1 * Badges * Documentation * Upgrade to phpgt/promise v2 * Backwards compatibility with PHP 7.4
1 parent 1150ee6 commit 45a7766

File tree

2 files changed

+34
-22
lines changed

2 files changed

+34
-22
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"license": "MIT",
55

66
"require": {
7-
"php": ">=8.0",
8-
"phpgt/promise": "^1.0"
7+
"php": ">=7.4",
8+
"ext-dom": "*",
9+
"phpgt/promise": "^2.0"
910
},
1011
"require-dev": {
1112
"phpunit/phpunit": "9.*",

composer.lock

Lines changed: 31 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)