Skip to content

Commit

Permalink
Remove composer-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Nov 21, 2022
1 parent 57b0803 commit 7aebadc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"friendsofphp/php-cs-fixer": "^3.11",
"mikey179/vfsstream": "^1.6.11",
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^9.3.3",
"ramsey/composer-repl": "^1.4"
"phpunit/phpunit": "^9.3.3"
},
"autoload": {
"psr-4": {
Expand All @@ -61,10 +60,7 @@
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"allow-plugins": {
"ramsey/composer-repl": true
}
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 7aebadc

Please sign in to comment.