Skip to content

Commit

Permalink
Merge branch '4.x' into PowerGridFixTableRowSticking
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Sep 26, 2023
2 parents 47e9eef + 0d8b330 commit 3d32853
Show file tree
Hide file tree
Showing 44 changed files with 7,085 additions and 5,514 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/Power-Components/livewire-powergrid/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
url: https://github.com/Power-Components/livewire-powergrid/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/Power-Components/livewire-powergrid/security/policy
about: Learn how to notify us for sensitive bugs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ With PowerGrid you get right out of the box:

## 2. Install

Please follow the steps indicated in our [Documentation - Install](https://livewire-powergrid.com/get-started/install.html) page.
Please follow the steps indicated in our [Documentation - Install](https://v4.livewire-powergrid.com/get-started/install.html) page.

<br/>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"test:sqlsrv": [
"./vendor/bin/pest --configuration phpunit.sqlsrv.xml"
],
"test:types": "./vendor/bin/phpstan analyse --ansi --memory-limit=-1 --xdebug",
"test:types": "./vendor/bin/phpstan analyse --ansi --memory-limit=-1",
"test:dbs": [
"@test:sqlite",
"@test:mysql",
Expand Down
Loading

0 comments on commit 3d32853

Please sign in to comment.