We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eec557 commit 4011212Copy full SHA for 4011212
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.2.0 - 2022-02-10
4
+
5
+### Added
6
+- Support for laravel 9.x
7
8
## 0.1.1 - 2021-08-09
9
10
### Added
composer.json
@@ -10,7 +10,7 @@
],
11
"require": {
12
"php" : "^7.4 | ^8.0",
13
- "laravel/framework": "^6.0 | ^7.0 | ^8.0",
+ "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0",
14
"swaggest/json-schema": "^0.12.33"
15
},
16
"autoload": {
src/ValidationResult.php
@@ -63,4 +63,4 @@ public function getData()
63
{
64
return $this->data;
65
}
66
-}
+}
0 commit comments