Skip to content

Commit

Permalink
Merge pull request #2 from eufelipemateus/dev
Browse files Browse the repository at this point in the history
Upgrade depencies
  • Loading branch information
eufelipemateus authored May 15, 2022
2 parents 7344bd2 + 6f25b4b commit 500e39d
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 487 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ php artisan migrate --seed

## Extra

- To add new locale compatibility you need contribute to [iptv-core](https://github.com/eufelipemateus/laravel-iptv-core/blob/main/src/Class/Locale.php) first.
- To add new locale compatibility you need contribute to [iptv-core](https://github.com/eufelipemateus/laravel-iptv-core/blob/main/src/Helpes/Locale.php) first.

- [Discord Channel to discussion about sugestion,Feature and etc.](https://discord.com/channels/885888529845076078/953528360615690270)

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "felipemateus/iptv-cms",
"version": "0.0.1",
"version": "0.0.2",
"type": "project",
"description": "This is a cms control iptv channels.",
"authors": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"felipemateus/iptv-channels": "^3.0.2",
"felipemateus/iptv-core": "^1.0.2",
"felipemateus/iptv-customers": "^0.1.3",
"felipemateus/iptv-channels": "^3.0.3",
"felipemateus/iptv-core": "^1.1.0",
"felipemateus/iptv-customers": "^0.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.65",
Expand Down
Loading

0 comments on commit 500e39d

Please sign in to comment.