From 231bcac97be122a6ff00479b422523ffede9007b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Thu, 16 Mar 2023 13:51:39 +0300 Subject: [PATCH] upgraded php and laravel version --- composer.json | 19 ++++++++++--------- phpunit.xml | 38 ++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index f29ba84..4b3134b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,12 @@ { "name": "akaunting/laravel-module", "description": "Module management package for Laravel", - "keywords": ["laravel", "module", "rad", "akaunting"], + "keywords": [ + "laravel", + "module", + "rad", + "akaunting" + ], "license": "MIT", "authors": [ { @@ -12,16 +17,12 @@ } ], "require": { - "php": ">=7.3" + "php": "^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": ">=2.16", - "laravel/framework": "^8.0", - "mockery/mockery": ">=1.0", - "orchestra/testbench": ">=6.0", - "phpunit/phpunit": ">=8.5", - "phpstan/phpstan": ">=0.12.14", - "spatie/phpunit-snapshot-assertions": ">=2.1.0" + "laravel/framework": "^9.0|^10.0", + "orchestra/testbench": "^7.4|^8.0", + "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 2c3bb96..ce26a39 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,30 +1,28 @@ + + + ./src + + - - tests + + tests - - - src/ - - - - - - - - - + + + + + + + +