Skip to content

Commit

Permalink
actualizo composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
darkraul79 committed May 27, 2022
1 parent 113a0bd commit cb23f65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require-dev": {
"ext-json": "*",
"orchestra/testbench": "^6.23 || ^7.0",
"pestphp/pest": "^1.20"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4"
}
Expand Down

0 comments on commit cb23f65

Please sign in to comment.