Laravel AT Protocol Client (alpha & unstable)
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update composer.json dependencies

+7 -3
+7 -3
composer.json
··· 31 31 "orchestra/testbench": "^9.0", 32 32 "phpunit/phpunit": "^11.0", 33 33 "friendsofphp/php-cs-fixer": "^3.89", 34 - "mockery/mockery": "^1.6", 35 - "pestphp/pest": "^3.0" 34 + "mockery/mockery": "^1.6" 36 35 }, 37 36 "autoload": { 38 37 "psr-4": { ··· 60 59 } 61 60 }, 62 61 "minimum-stability": "dev", 63 - "prefer-stable": true 62 + "prefer-stable": true, 63 + "config": { 64 + "allow-plugins": { 65 + "pestphp/pest-plugin": false 66 + } 67 + } 64 68 }