Skip to content

Commit 1b84cac

Browse files
committed
Drop php 7.3 support
The rest of the eco system is moving forward, so we can drop php 7.3 now. The number of installations is really low on 7.3. For the 7.3 people we can still have v1.x
1 parent 47ee8c5 commit 1b84cac

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 || ^8.0",
13+
"php": "^7.4 || ^8.0",
1414
"phpdocumentor/reflection-common": "^2.0",
1515
"phpstan/phpdoc-parser": "^2.0",
1616
"doctrine/deprecations": "^1.0"

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)