Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 84331ce
Merge: 602f415 183c3ae
Author: Michael McMullen <[email protected]>
Date:   Mon Oct 11 14:00:00 2021 -0400

    Merge pull request laracademy#50 from mrbig00/patch-1

    Add minimum php version number

commit 602f415
Merge: 71e44bf f84b13e
Author: Michael McMullen <[email protected]>
Date:   Mon Oct 11 13:59:16 2021 -0400

    Merge pull request laracademy#51 from daverogers/cleanup-and-remove-all

    Cleanup and remove "all" option

commit 183c3ae
Author: Szántó Zoltán <[email protected]>
Date:   Mon Oct 11 16:57:42 2021 +0300

    Update minimum PHP version in README.md

commit f7309bd
Author: Szántó Zoltán <[email protected]>
Date:   Sun Oct 10 18:32:41 2021 +0300

    Add minimum php version number
  • Loading branch information
daverogers committed Oct 13, 2021
1 parent e070142 commit fb703de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"doctrine/dbal": "*"
"php": ">=7.4"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit fb703de

Please sign in to comment.