Skip to content

Commit

Permalink
Bump minimum PHP requirement to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Dec 17, 2023
1 parent 7b5ae90 commit 8d268f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
Expand Down Expand Up @@ -60,7 +59,7 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.1
- php: 7.2

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .php-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4
7.2
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Lodash-PHP is a port of the [Lodash JS library](https://lodash.com/) to PHP. It

Lodash-PHP tries to mimick lodash.js as close as possible

# Requirements

Lodash-PHP requires minimum PHP 7.2+, but the latest version of PHP is always recommended.

# Installation

Install Lodash-PHP through composer:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"require": {
"php": ">=7.1",
"php": "^7.2 || ^8.0",
"sebastian/comparator": "^1.2 | ^2.0 | ^2.1 | ^3.0 | ^4.0",
"symfony/property-access": "^2.7 | ^3.0 | ^4.0 | ^5.0"
},
Expand Down

0 comments on commit 8d268f0

Please sign in to comment.