Skip to content

Commit 78184ad

Browse files
Details about PHP requirements
1 parent e7db8c0 commit 78184ad

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
php-versions: ['8.1', '8.2', '8.3', '8.4']
19+
php-versions: ['8.2', '8.3', '8.4']
2020
steps:
2121
- name: Install ODBC driver.
2222
run: |
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
strategy:
7070
matrix:
71-
php-versions: ['8.1', '8.2', '8.3', '8.4']
71+
php-versions: ['8.2', '8.3', '8.4']
7272
steps:
7373
- name: 📦 Checkout
7474
uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The package provides the ability to use `ramsey/identifier` as various Cycle ORM
99

1010
## Installation
1111

12+
> Note this package required PHP `8.2` or newer.
13+
1214
Install this package as a dependency using Composer.
1315

1416
```bash

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"sort-packages": true
4141
},
4242
"require": {
43-
"php": ">=8.1",
43+
"php": ">=8.2",
4444
"cycle/entity-behavior": "^1.3.1",
4545
"ramsey/identifier": "^0.1.0"
4646
},

0 commit comments

Comments
 (0)