Skip to content

Commit

Permalink
chore: upgrade pest and add composer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovyski committed Sep 13, 2021
1 parent cc66c1e commit 045ab60
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 328 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
},
"require-dev": {
"phpunit/phpunit": "9.3.10",
"pestphp/pest": "^0.3.12"
"pestphp/pest": "^1.1"
},
"scripts": {
"test": "pest"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 045ab60

Please sign in to comment.