From e41d6361221a30ca9d996cde7591111e626b7e1c Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 9 Oct 2025 02:49:56 +0000 Subject: Remove dev dependencies and update the rest. --- vendor/sebastian/recursion-context/src/Exception.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vendor/sebastian/recursion-context/src/Exception.php (limited to 'vendor/sebastian/recursion-context/src/Exception.php') diff --git a/vendor/sebastian/recursion-context/src/Exception.php b/vendor/sebastian/recursion-context/src/Exception.php deleted file mode 100644 index e3a9c017d..000000000 --- a/vendor/sebastian/recursion-context/src/Exception.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\RecursionContext; - -use Throwable; - -interface Exception extends Throwable -{ -} -- cgit v1.2.3-54-g00ecf