Skip to content

Commit

Permalink
Add PHP minimum requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 12, 2023
1 parent d1af270 commit ff55b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
],
"require": {
"php": ">=5.6",
"symfony/options-resolver": ">=2.8",
"brightnucleus/exceptions": ">=0.2"
},
Expand All @@ -43,4 +44,4 @@
"test-coverage": "vendor/bin/phpunit --colors --coverage-clover clover.xml",
"license-check": "vendor/bin/docheader --ansi check src/"
}
}
}

0 comments on commit ff55b0d

Please sign in to comment.