-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update package #60
Open
caiquebispo
wants to merge
6
commits into
asantibanez:master
Choose a base branch
from
caiquebispo:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+57
−56
Open
Update package #60
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6e46dbf
Update required version php 8.3
caiquebispo 648558c
Update version laravel for 11.x
caiquebispo 3b60e7a
Update version livewire for 3.x
caiquebispo 02a59f7
update information packge composer.json
caiquebispo a8d8d96
refactor: corrigindo namespace do projeto
caiquebispo 1fe7682
refactor: rodando o dum-autoload
caiquebispo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":1,"defects":[],"times":{"CaiqueBispo\\LivewireCalendar\\Tests\\LivewireCalendarTest::can_build_component":0.51,"CaiqueBispo\\LivewireCalendar\\Tests\\LivewireCalendarTest::can_navigate_to_next_month":0.665,"CaiqueBispo\\LivewireCalendar\\Tests\\LivewireCalendarTest::can_navigate_to_previous_month":0.135,"CaiqueBispo\\LivewireCalendar\\Tests\\LivewireCalendarTest::can_navigate_to_current_month":0.227}} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,54 @@ | ||
{ | ||
"name": "asantibanez/livewire-calendar", | ||
"name": "caiquebispo/livewire-calendar", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you're renaming the package to your fork? ... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Definitely not mergeable! |
||
"description": "Laravel Livewire calendar component", | ||
"keywords": [ | ||
"asantibanez", | ||
"caiquebispo", | ||
"livewire-calendar" | ||
], | ||
"homepage": "https://github.com/asantibanez/livewire-calendar", | ||
"homepage": "https://github.com/caiquebispo/livewire-calendar", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Andrés Santibáñez", | ||
"email": "santibanez.andres@gmail.com", | ||
"name": "Caique Bispo", | ||
"email": "caiquebispo0023@gmail.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.2|^8.0|^8.1|^8.2", | ||
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", | ||
"livewire/livewire": "^2.0" | ||
"php": "^7.2|^8.0|^8.1|^8.2|^8.3", | ||
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", | ||
"livewire/livewire": "^3.0" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^5.0|^6.0", | ||
"phpunit/phpunit": "^8.0|^9.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Asantibanez\\LivewireCalendar\\": "src" | ||
"CaiqueBispo\\LivewireCalendar\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Asantibanez\\LivewireCalendar\\Tests\\": "tests" | ||
"CaiqueBispo\\LivewireCalendar\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit", | ||
"test-coverage": "vendor/bin/phpunit --coverage-html coverage" | ||
|
||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Asantibanez\\LivewireCalendar\\LivewireCalendarServiceProvider" | ||
"CaiqueBispo\\LivewireCalendar\\LivewireCalendarServiceProvider" | ||
], | ||
"aliases": { | ||
"LivewireCalendar": "Asantibanez\\LivewireCalendar\\LivewireCalendarFacade" | ||
"LivewireCalendar": "CaiqueBispo\\LivewireCalendar\\LivewireCalendarFacade" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should remove this from the PR.