Skip to content

Commit

Permalink
few fix as per 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vrkansagara committed Dec 11, 2024
1 parent 2ddef2e commit 3832f15
Show file tree
Hide file tree
Showing 5 changed files with 3,086 additions and 1,607 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.0|^8.0",
"php": ">=7.0|^8.0|^8.3|^8.4",
"ext-zlib": "*",
"ext-pcre": "*"
},
Expand All @@ -30,7 +30,7 @@
},
"autoload-dev": {
"psr-4": {
"Vrkansagara\\LaraOutPress\\": "tests"
"Vrkansagara\\LaraOutPressTest\\": "tests"
}
},
"support": {
Expand All @@ -51,16 +51,17 @@
}
},
"require-dev": {
"laravel/framework": "5.5.x || 8.0.x",
"laravel/framework": "5.5.x || 8.0.x || ^10.00 || ^11.31",
"laminas/laminas-coding-standard": "^2.3",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^11.5"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"kylekatarnls/update-helper": false
}
},
"scripts": {
Expand All @@ -77,6 +78,9 @@
"./vendor/bin/phpunit --testdox --colors=always",
"echo 'Current head at ' && git rev-parse --verify HEAD"
],
"test-config-migrate": [
"./vendor/bin/phpunit --migrate-configuration"
],
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
}
}
Loading

0 comments on commit 3832f15

Please sign in to comment.