Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lepikhinb committed Mar 13, 2024
1 parent b1470fa commit ccc32f3
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions composer.json
@@ -1,49 +1,49 @@
{
"name": "based/momentum-modal",
"description": "Build dynamic modal dialogs for your Inertia-powered Laravel apps",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Boris Lepikhin",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Momentum\\Modal\\": "src/",
"Momentum\\Modal\\Tests\\": "tests/"
}
},
"autoload-dev": {
"psr-4": {
"Momentum\\Modal\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0|^10.0|^11.0",
"inertiajs/inertia-laravel": "^0.6"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0|^9.0",
"nunomaduro/larastan": "^1.0|^2.0",
"pestphp/pest": "^1.2|^2.34",
"pestphp/pest-plugin-laravel": "^1.0|^2.3",
"laravel/pint": "^0.1.3|^1.13"
},
"extra": {
"laravel": {
"providers": [
"Momentum\\Modal\\ModalServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
"name": "based/momentum-modal",
"description": "Build dynamic modal dialogs for your Inertia-powered Laravel apps",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Boris Lepikhin",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Momentum\\Modal\\": "src/",
"Momentum\\Modal\\Tests\\": "tests/"
}
},
"autoload-dev": {
"psr-4": {
"Momentum\\Modal\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0|^10.0|^11.0",
"inertiajs/inertia-laravel": "^0.6|^1.0"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0|^9.0",
"nunomaduro/larastan": "^1.0|^2.0",
"pestphp/pest": "^1.2|^2.34",
"pestphp/pest-plugin-laravel": "^1.0|^2.3",
"laravel/pint": "^0.1.3|^1.13"
},
"extra": {
"laravel": {
"providers": [
"Momentum\\Modal\\ModalServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}

0 comments on commit ccc32f3

Please sign in to comment.