Skip to content

Commit

Permalink
Update for PHP8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Leo-Pernold committed Oct 18, 2024
1 parent 17da529 commit 27cb5d4
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 870 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,33 @@
"license": "MIT",
"authors": [
{
"name": "Christian Leo-Pernold",
"email": "[email protected]"
"name": "Christian Leo-Pernold",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
],
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0",
"tightenco/collect": "^8.34"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"phpunit/phpunit": "^9.5|^10.0|^11.0"
},
"autoload": {
"psr-4": {
"Mazedlx\\SocialSecurity\\": "src"
"Mazedlx\\SocialSecurity\\": "src"
}
},
"autoload-dev": {
},
"autoload-dev": {
"psr-4": {
"Mazedlx\\SocialSecurity\\Tests\\": "tests"
"Mazedlx\\SocialSecurity\\Tests\\": "tests"
}
},
"scripts": {
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "phpunit --coverage-html coverage"
},
"config": {
},
"config": {
"sort-packages": true
}
}
}
Loading

0 comments on commit 27cb5d4

Please sign in to comment.