Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Jan 11, 2024
1 parent cb3c568 commit 7aaffee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"brianium/paratest": "^6.11",
"friendsofphp/php-cs-fixer": "^3.46",
"nunomaduro/collision": "^7.10",
"orchestra/testbench": "^8.20",
"phpunit/phpunit": "^9.6",
"pestphp/pest": "^2.31",
"phpunit/phpunit": "^10.5",
"spatie/laravel-ray": "^1.33",
"vimeo/psalm": "^4.30"
"vimeo/psalm": "^5.19"
},
"autoload": {
"psr-4": {
Expand All @@ -54,7 +54,8 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"pestphp/pest-plugin": true
}
},
"extra": {
Expand Down
1 change: 1 addition & 0 deletions tests/Pest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php

0 comments on commit 7aaffee

Please sign in to comment.