Skip to content

Commit 0cb5899

Browse files
Merge pull request #1 from monstar-lab-oss/feature/update-php-version
bump php version to support php ^8.0
2 parents 7d1fa16 + 8fa9185 commit 0cb5899

File tree

8 files changed

+864
-630
lines changed

8 files changed

+864
-630
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/vendor
1+
/vendor
2+
.idea

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Used to parse the N-Meta headers using following format:
1717

1818
To install this package you will need:
1919

20-
* PHP 7.1+
20+
* PHP 8.0+
2121

2222
Run
2323

2424
`composer require monstar-lab/n-meta`
2525

2626
or setup in composer.json
2727

28-
`monstar-lab/n-meta: 1.0.x`
28+
`monstar-lab/n-meta: 2.0.x`
2929

3030

3131
## ⚙ Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1"
18+
"php": "^8.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.0"

0 commit comments

Comments
 (0)