-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #318 from EscolaLMS/develop
l9 update
- Loading branch information
Showing
37 changed files
with
21,645 additions
and
187 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ bootstrap/cache/**/* | |
|
||
|
||
storage/api-docs/api-docs.json | ||
composer.lock | ||
#composer.lock | ||
yarn.lock | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ result.md | |
|
||
|
||
storage/api-docs/api-docs.json | ||
composer.lock | ||
#composer.lock | ||
yarn.lock | ||
|
||
|
||
|
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,4 +1,4 @@ | ||
FROM escolalms/php:8.1-prod | ||
FROM escolalms/php:8.2-prod | ||
WORKDIR /var/www/html | ||
EXPOSE 80 | ||
COPY / /var/www/html | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,25 +19,37 @@ | |
"name": "Paweł Chołaj", | ||
"email": "[email protected]", | ||
"homepage": "https://cholaj.pl" | ||
}, | ||
{ | ||
"name": "Hubert Krzysztofiak" | ||
}, | ||
{ | ||
"name": "Maciej Rymarz" | ||
}, | ||
{ | ||
"name": "Tomasz Smolarek" | ||
}, | ||
{ | ||
"name": "Witold Wiśniewski" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.4", | ||
"darkaonline/l5-swagger": "8.1.0", | ||
"dmore/chrome-mink-driver": "^2.7", | ||
"php": ">=8.1", | ||
"darkaonline/l5-swagger": "^8", | ||
"doctrine/dbal": "^2|^3", | ||
"escolalms/assign-without-account": "^0", | ||
"escolalms/auth": "^0", | ||
"escolalms/bookmarks_notes": "^0", | ||
"escolalms/bulk-notifications": "^0", | ||
"escolalms/cart": "^0", | ||
"escolalms/categories": "^0", | ||
"escolalms/cmi5": "^0", | ||
"escolalms/consultations": "^0", | ||
"escolalms/consultation-access": "^0", | ||
"escolalms/consultations": "^0", | ||
"escolalms/core": "^1", | ||
"escolalms/courses": "^0", | ||
"escolalms/course-access": "^0", | ||
"escolalms/courses-import-export": "^0", | ||
"escolalms/courses": "^0", | ||
"escolalms/courses-import-export": "^0.1.21", | ||
"escolalms/csv-users": "^0", | ||
"escolalms/files": "^0", | ||
"escolalms/headless-h5p": "^0", | ||
|
@@ -63,40 +75,36 @@ | |
"escolalms/templates-email": "^0", | ||
"escolalms/templates-pdf": "^0", | ||
"escolalms/templates-sms": "^0", | ||
"escolalms/topic-types": "^0", | ||
"escolalms/topic-type-gift": "^0", | ||
"escolalms/topic-type-project": "^0", | ||
"escolalms/topic-types": "^0", | ||
"escolalms/tracker": "^0", | ||
"escolalms/translations": "^0", | ||
"escolalms/video": "^0", | ||
"escolalms/vouchers": "^0", | ||
"escolalms/webinar": "^0", | ||
"fideloper/proxy": "^4.0", | ||
"fruitcake/laravel-cors": "^2.0", | ||
"guzzlehttp/guzzle": "^7.3", | ||
"laravel/framework": "^8.0", | ||
"laravel/helpers": "^1.4", | ||
"laravel/horizon": "^5.7", | ||
"laravel/passport": "^10.0", | ||
"gecche/laravel-multidomain": "^5.0", | ||
"guzzlehttp/guzzle": "^7.4.5", | ||
"laravel/framework": "^9", | ||
"laravel/helpers": "^1.7", | ||
"laravel/horizon": "^5", | ||
"laravel/passport": "^11", | ||
"laravel/socialite": "^5.1", | ||
"laravel/tinker": "^2.5", | ||
"laravel/ui": "^3.0", | ||
"predis/predis": "^1.1", | ||
"sentry/sentry-laravel": "^3.6", | ||
"spatie/laravel-permission": "^3.18", | ||
"laravel/tinker": "^2.9", | ||
"league/flysystem-aws-s3-v3": "^3.0", | ||
"predis/predis": "^2.2", | ||
"psr/http-message": "^1", | ||
"sentry/sentry-laravel": "^4.2", | ||
"spatie/laravel-permission": "^6.3", | ||
"staudenmeir/laravel-migration-views": "^1.0" | ||
}, | ||
"require-dev": { | ||
"barryvdh/laravel-ide-helper": "^2.9", | ||
"beyondcode/laravel-dump-server": "^1.0", | ||
"brainmaestro/composer-git-hooks": "^2.8", | ||
"facade/ignition": "^2.0", | ||
"spatie/laravel-ignition": "^1.0", | ||
"fakerphp/faker": "^1.9.1", | ||
"filp/whoops": "^2.0", | ||
"friends-of-behat/mink-extension": "^2.4", | ||
"mockery/mockery": "^1.0", | ||
"nunomaduro/collision": "^5.0", | ||
"orchestra/testbench": "^6.17", | ||
"nunomaduro/collision": "^7", | ||
"orchestra/testbench": "^7", | ||
"php-mock/php-mock-phpunit": "^2.6", | ||
"phpunit/phpunit": "^9.0" | ||
}, | ||
|
Oops, something went wrong.