Skip to content

Commit

Permalink
del: removed flux
Browse files Browse the repository at this point in the history
  • Loading branch information
matfire committed Oct 28, 2024
1 parent a7b82e4 commit 3457ceb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 184 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
extensions: json, dom, curl, libxml, mbstring
coverage: none

- name: Configure Flux authentication
env:
FLUX_USERNAME: ${{ secrets.FLUX_USERNAME }}
FLUX_LICENSE_KEY: ${{ secrets.FLUX_LICENSE_KEY }}
run: composer config http-basic.composer.fluxui.dev "${FLUX_USERNAME}" "${FLUX_LICENSE_KEY}"

- name: Install Dependencies
run: composer install --no-progress --no-suggest

Expand All @@ -37,3 +31,6 @@ jobs:
- name: Run Pest
run: php artisan test

- name: Run PHPStan
run: vendor/bin/phpstan analyse
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"league/html-to-markdown": "^5.1",
"livewire/flux": "^1.0",
"livewire/flux-pro": "^1.0",
"livewire/livewire": "^3.5",
"spatie/php-structure-discoverer": "^2.2",
"spatie/yaml-front-matter": "^2.0",
Expand All @@ -29,8 +27,7 @@
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"pestphp/pest": "^3.4",
"phpstan/phpstan": "^1.12",
"wire-elements/wire-spy": "^0.0.9"
"phpstan/phpstan": "^1.12"
},
"autoload": {
"psr-4": {
Expand Down
175 changes: 1 addition & 174 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3457ceb

Please sign in to comment.