Skip to content

Commit 3767613

Browse files
committed
Change PHP Version requirement.
1 parent 72f5a49 commit 3767613

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3",
13+
"php": ">=7.3 | >=8.0",
1414
"phpspec/prophecy": "^1.8",
1515
"phpunit/php-text-template": "^2.0"
1616
},

composer.lock

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

0 commit comments

Comments
 (0)