diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99e1a3b..bffef68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-version: [ '8.1', '8.2', '8.3' ] + php-version: [ '8.2', '8.3' ] steps: - name: Checkout source code diff --git a/.gitignore b/.gitignore index 167deec..cc110e8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ test.xml .phpunit.result.cache composer.lock wiki/Home.md +/.phpunit.cache +.phpactor.json diff --git a/composer.json b/composer.json index d6f5d2c..c839477 100644 --- a/composer.json +++ b/composer.json @@ -11,18 +11,18 @@ ], "minimum-stability": "stable", "require": { - "php": "^8.1", + "php": "^8.1.0", "ext-json": "*", - "ramsey/uuid": "^4.1", - "nesbot/carbon": "^2.40", - "illuminate/collections": "^10.0", - "lambdish/phunctional": "^2.1", - "doctrine/instantiator": "^2.0", - "complex-heart/contracts": "^2.0" + "ramsey/uuid": "^4.1.0", + "nesbot/carbon": "^2.40.0", + "illuminate/collections": "^11.0.0", + "lambdish/phunctional": "^2.1.0", + "doctrine/instantiator": "^2.0.0", + "complex-heart/contracts": "^2.0.0" }, "require-dev": { + "mockery/mockery": "^1.6.0", "pestphp/pest": "^2.0", - "pestphp/pest-plugin-mock": "^2.0", "pestphp/pest-plugin-faker": "^2.0", "phpstan/phpstan": "^1.0", "phpstan/extension-installer": "^1.3",