Skip to content

Commit

Permalink
Using php 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
indjeto committed Feb 2, 2024
1 parent ce7038b commit 3b190e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.phpunit.result.cache
/composer.lock
/phpunit.xml
/.idea
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"doctrine/dbal": "^2.9|^3.1.4",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/orm": "^2.6",
Expand Down

0 comments on commit 3b190e4

Please sign in to comment.