Skip to content

Commit

Permalink
Merge pull request #21 from Filefabrik/v1.0.9-dev
Browse files Browse the repository at this point in the history
V1.0.9
  • Loading branch information
Filefabrik authored Aug 21, 2024
2 parents 437f510 + 85cefd4 commit f46e1fb
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"name": "filefabrik/paxsy",
"description": "Software-Packaging your Laravel apps from https://paxsy.filefabrik.com",
"version": "v1.0.8",
"version": "v1.0.9",
"keywords": [
"laravel",
"laravel 11",
"livewire 3",
"laravel package development",
"from internachi modular"
"adapted from internachi modular Chris Morrell"
],
"authors": [
{
"name": "Filefabrik",
"homepage": "https://filefabrik.com"
},
{
"name": "Chris Morrell",
"homepage": "http://www.cmorrell.com",
"role": "concept adapted and full refactored from"
}
],
"type": "library",
"license": "MIT",
"require": {
"php": ">=8.2",
"ext-dom": "*",
"ext-simplexml": "*",
"composer/composer": "^2.1",
"filefabrik/bootraiser": "~v2.0",
"illuminate/support": "^11",
"laravel/framework": "^11.0",
"laravel/prompts": "^v0.1",
"orchestra/testbench": "^9.0"
},
"require-dev": {
Expand All @@ -38,9 +37,7 @@
"pestphp/pest-plugin-drift": "^2.6",
"pestphp/pest-plugin-laravel": "^2.3",
"phpunit/phpunit": "^9.5|^10.5",
"phpstan/phpstan": "@stable",
"illuminate/support": "^11",
"laravel/prompts": "^v0.1"
"phpstan/phpstan": "@stable"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f46e1fb

Please # to comment.