Skip to content

Commit

Permalink
Merge pull request #3129 from l0gicgate/deprecate-php-73
Browse files Browse the repository at this point in the history
Deprecate PHP 7.3
  • Loading branch information
l0gicgate authored Dec 2, 2021
2 parents e208383 + 8d02fec commit 676b02f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.4, 7.4, 8.0, 8.1]
experimental: [false]
include:
- php: 8.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It's recommended that you use [Composer](https://getcomposer.org/) to install Sl
$ composer require slim/slim
```

This will install Slim and all required dependencies. Slim requires PHP 7.3 or newer.
This will install Slim and all required dependencies. Slim requires PHP 7.4 or newer.

## Choose a PSR-7 Implementation & ServerRequest Creator

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"wiki": "https://github.com/slimphp/Slim/wiki"
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"nikic/fast-route": "^1.3",
"psr/container": "^1.0 || ^2.0",
Expand Down

0 comments on commit 676b02f

Please sign in to comment.