Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored Feb 12, 2022
1 parent 98e906a commit 1a4b599
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@
"pestphp/pest-plugin-parallel": "^0.3 || ^1.0",
"pestphp/pest-plugin-livewire": "^v1.0",
"spatie/pest-plugin-test-time": "^1.0",
"def-studio/x-ray": "dev-master",
"defstudio/x-ray": "dev-master",
"infection/infection": "^0.26.0"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/def-studio/x-ray.git"
}
],
"autoload": {
"psr-4": {
"DefStudio\\LaravelDevDependencies\\": "src"
Expand All @@ -40,12 +46,6 @@
"src/Pest/helpers.php"
]
},
"repositories: [
{
"type": "git",
"url": "https://github.com/def-studio/x-ray.git"
}
],
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit 1a4b599

Please sign in to comment.