Skip to content

Commit

Permalink
updating pest
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Apr 30, 2023
1 parent a52d1ab commit 594c598
Show file tree
Hide file tree
Showing 3 changed files with 2,779 additions and 2,534 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@
"league/commonmark": "^2.0"
},
"require-dev": {
"pestphp/pest": "^1.0",
"friendsofphp/php-cs-fixer": "^3.4"
"pestphp/pest": "^2.5",
"friendsofphp/php-cs-fixer": "^3.16"
},
"scripts": {
"test" : ["pest"],
"csfix": ["php-cs-fixer fix"]
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit 594c598

Please sign in to comment.