Skip to content

Commit eb3cc92

Browse files
committed
Allow newer PHP versions than currently existing + badge in README
1 parent df4ad9c commit eb3cc92

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# JSON Schema Validator
22

33
[![License](http://poser.pugx.org/nerou/json-schema-validator/license)](https://packagist.org/packages/nerou/json-schema-validator)
4+
[![PHP Version Require](http://poser.pugx.org/nerou/json-schema-validator/require/php)](https://packagist.org/packages/nerou/json-schema-validator)
45
[![Version](http://poser.pugx.org/nerou/json-schema-validator/version)](https://packagist.org/packages/nerou/json-schema-validator)
56
[![Psalm Type Coverage](https://shepherd.dev/github/nerou42/JSONSchemaValidator/coverage.svg)](https://packagist.org/packages/nerou/json-schema-validator)
67

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.0 <8.4",
15+
"php": ">=8.0",
1616
"ext-json": "*",
1717
"opis/json-schema": "^2.3",
1818
"nerou/cli-parser": "^0.1.0"

0 commit comments

Comments
 (0)