Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Nov 5, 2022
1 parent 1a24d3c commit 9a9ee65
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 339 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"pestphp/pest-plugin": true
}
},
"require-dev": {
"pestphp/pest": "^1.22"
},
"require": {
"php": "^7.3|^8.0",
"spatie/once": "^2.2",
"symfony/var-dumper": "^5.4"
"spatie/once": "^3.1",
"symfony/var-dumper": "^6.1"
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"require-dev": {
"pestphp/pest": "^1.22"
}
}
Loading

0 comments on commit 9a9ee65

Please sign in to comment.