Skip to content

Commit

Permalink
Debug framework PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Jul 28, 2023
1 parent c8f4f7c commit 00f3b62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"illuminate/collections": "^10.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
"symfony/console": "^6.2"
},
"require-dev": {
Expand All @@ -34,5 +34,7 @@
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 00f3b62

Please sign in to comment.