Skip to content

Commit

Permalink
Updates test suite to Pest 2 (#158)
Browse files Browse the repository at this point in the history
* Bumps `friendsofphp/php-cs-fixer` to v3.15.1

* Removes Pest commands

* Reverts build
  • Loading branch information
nunomaduro authored Mar 21, 2023
1 parent a549c55 commit bedc1f9
Show file tree
Hide file tree
Showing 3 changed files with 1,017 additions and 498 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"ext-xml": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14.4",
"illuminate/view": "^10.0.0",
"laravel-zero/framework": "^10.0.0",
"friendsofphp/php-cs-fixer": "^3.15.1",
"illuminate/view": "^10.4.1",
"laravel-zero/framework": "^10.0.2",
"mockery/mockery": "^1.5.1",
"nunomaduro/larastan": "^2.4.0",
"nunomaduro/larastan": "^2.5.1",
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest": "^1.22.4"
"pestphp/pest": "^2.0.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit bedc1f9

Please sign in to comment.