Skip to content

Commit

Permalink
Merge pull request #243 from l0gicgate/add-missing-php-version
Browse files Browse the repository at this point in the history
Add php requirement
  • Loading branch information
l0gicgate authored Oct 2, 2021
2 parents 23888ed + 4c77397 commit a9d1d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This skeleton application was built for Composer. This makes setting up a new Sl

## Install the Application

Run this command from the directory in which you want to install your new Slim Framework application.
Run this command from the directory in which you want to install your new Slim Framework application. You will require PHP 7.3 or newer.

```bash
composer create-project slim/slim-skeleton [my-app-name]
Expand Down

0 comments on commit a9d1d29

Please sign in to comment.