45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "bit-badger/inspired-by-fsharp",
|
|
"description": "PHP utility classes whose functionality is inspired by their F# counterparts",
|
|
"keywords": ["option", "result"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel J. Summers",
|
|
"email": "daniel@bitbadger.solutions",
|
|
"homepage": "https://bitbadger.solutions",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "daniel@bitbadger.solutions",
|
|
"source": "https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp",
|
|
"rss": "https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp.rss"
|
|
},
|
|
"require": {
|
|
"php": "8.2 - 8.3"
|
|
},
|
|
"require-dev": {
|
|
"phpoption/phpoption": "^1",
|
|
"pestphp/pest": "^3.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BitBadger\\InspiredByFSharp\\": "./src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "./tests"
|
|
}
|
|
},
|
|
"archive": {
|
|
"exclude": [ "/tests", "/.gitattributes", "/.gitignore", "/.git", "/composer.lock" ]
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
}
|
|
}
|