Skip to content

Commit 4011212

Browse files
committed
add laravel 9 support
1 parent 4eec557 commit 4011212

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.0 - 2022-02-10
4+
5+
### Added
6+
- Support for laravel 9.x
7+
38
## 0.1.1 - 2021-08-09
49

510
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php" : "^7.4 | ^8.0",
13-
"laravel/framework": "^6.0 | ^7.0 | ^8.0",
13+
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0",
1414
"swaggest/json-schema": "^0.12.33"
1515
},
1616
"autoload": {

src/ValidationResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ public function getData()
6363
{
6464
return $this->data;
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)