Skip to content

Commit

Permalink
Marked the original package as conflict with this one
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 12, 2024
1 parent 2f516e6 commit 4edaae7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2', '8.3']
php: ['8.1', '8.2']
laravel: ['10.0', '10.48', '11.0']
exclude:
- php: '8.1'
laravel: '11.0'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "laravelcollective/html",
"name": "konekt/html",
"description": "HTML and Form Builders for the Laravel Framework",
"license": "MIT",
"homepage": "https://laravelcollective.com",
Expand Down Expand Up @@ -52,6 +52,9 @@
}
}
},
"conflict": {
"laravelcollective/html": "*"
},
"minimum-stability": "dev",
"abandoned": "spatie/laravel-html",
"prefer-stable": true
Expand Down

0 comments on commit 4edaae7

Please sign in to comment.