Skip to content

Commit

Permalink
Require PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedsch committed Feb 3, 2023
1 parent 75f3845 commit 1458577
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 @@ -21,9 +21,10 @@
"source": "https://github.com/fiedsch/datamanagement"
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-mbstring": "*",
"ext-json": "*",
"ext-ctype": "*",
"pimple/pimple": "~3.0",
"league/csv": "^9.6"
},
Expand Down

0 comments on commit 1458577

Please sign in to comment.