Skip to content

Commit

Permalink
➕ Add illuminate/validation to the project (#327)
Browse files Browse the repository at this point in the history
* 📝 Change `illuminate/validation` to a supported component
  • Loading branch information
Log1x authored Jan 5, 2024
1 parent 6568bbd commit b7a02fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Acorn is a framework for integrating Laravel within WordPress.
| illuminate/routing | 🟢 | |
| illuminate/session | 🟢 | |
| illuminate/support | 🟢 | |
| illuminate/validation | 🟢 | |
| illuminate/view | 🟢 | |

<details>
Expand All @@ -83,7 +84,6 @@ Acorn is a framework for integrating Laravel within WordPress.
| illuminate/redis | 🔴 | |
| illuminate/testing | 🔴 | |
| illuminate/translation | 🔴 | |
| illuminate/validation | 🔴 | |

</details>

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"illuminate/queue": "^10.33",
"illuminate/routing": "^10.33",
"illuminate/support": "^10.33",
"illuminate/validation": "^10.33",
"illuminate/view": "^10.33",
"laravel/prompts": "^0.1.7",
"laravel/serializable-closure": "^1.3",
Expand Down

0 comments on commit b7a02fd

Please sign in to comment.