Skip to content

Commit

Permalink
Merge pull request #2 from librarianphp/updates
Browse files Browse the repository at this point in the history
Updating Pest
  • Loading branch information
erikaheidi committed Apr 30, 2023
2 parents a52d1ab + 594c598 commit 20c0fc8
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 20c0fc8

Please sign in to comment.