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. --- .../recursion-context/src/InvalidArgumentException.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 vendor/sebastian/recursion-context/src/InvalidArgumentException.php (limited to 'vendor/sebastian/recursion-context/src/InvalidArgumentException.php') diff --git a/vendor/sebastian/recursion-context/src/InvalidArgumentException.php b/vendor/sebastian/recursion-context/src/InvalidArgumentException.php deleted file mode 100644 index 627c8bdf4..000000000 --- a/vendor/sebastian/recursion-context/src/InvalidArgumentException.php +++ /dev/null @@ -1,14 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\RecursionContext; - -final class InvalidArgumentException extends \InvalidArgumentException implements Exception -{ -} -- cgit v1.2.3-54-g00ecf