-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
3,671 additions
and
4,699 deletions.
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
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,57 +1,42 @@ | ||
{ | ||
"name": "indeev/laravel-schedule-calendar", | ||
"description": "Laravel Schedule Calendar - a package providing developers with a concise and visual representation of scheduled tasks, enabling easy analysis of load distribution throughout the day or week for optimized task scheduling.", | ||
"keywords": [ | ||
"indeev", | ||
"laravel-schedule-calendar", | ||
"laravel", | ||
"schedule", | ||
"calendar" | ||
], | ||
"homepage": "https://github.com/indeev/laravel-schedule-calendar", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Petr Kateřiňák", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"illuminate/support": "*" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^8.17", | ||
"phpunit/phpunit": "^10.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Indeev\\LaravelScheduleCalendar\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Indeev\\LaravelScheduleCalendar\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit", | ||
"test-coverage": "vendor/bin/phpunit --coverage-html coverage" | ||
|
||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Indeev\\LaravelScheduleCalendar\\LaravelScheduleCalendarServiceProvider" | ||
], | ||
"aliases": { | ||
"LaravelScheduleCalendar": "Indeev\\LaravelScheduleCalendar\\LaravelScheduleCalendarFacade" | ||
} | ||
} | ||
"name": "indeev/laravel-schedule-calendar", | ||
"description": "Laravel Schedule Calendar - a package providing developers with a concise and visual representation of scheduled tasks, enabling easy analysis of load distribution throughout the day or week for optimized task scheduling.", | ||
"keywords": [ | ||
"indeev", | ||
"laravel-schedule-calendar", | ||
"laravel", | ||
"schedule", | ||
"calendar" | ||
], | ||
"homepage": "https://github.com/indeev/laravel-schedule-calendar", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Petr Kateřiňák", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.3 || ^8.0" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^v6.40.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Indeev\\LaravelScheduleCalendar\\": "src" | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Indeev\\LaravelScheduleCalendar\\LaravelScheduleCalendarServiceProvider" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.