Skip to content

Commit

Permalink
chore: update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Jul 19, 2023
1 parent 53bcad3 commit 24494e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leafs/form",
"description": "Leaf PHP form module",
"description": "Simple straightup data validation",
"keywords": [
"form",
"validation",
Expand Down Expand Up @@ -30,9 +30,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"leafs/http": "*"
"ext-json": "*"
},
"require-dev": {
"pestphp/pest": "^1.22",
Expand Down

0 comments on commit 24494e7

Please sign in to comment.