Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump laravel/framework from 8.83.6 to 9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaureliocardoso committed Apr 22, 2022
1 parent 9b63da3 commit 81a9ca5
Show file tree
Hide file tree
Showing 4 changed files with 829 additions and 879 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# SGC
<img src="https://img.shields.io/badge/PHP-8-blue" />&nbsp;<img src="https://img.shields.io/badge/Laravel-8-red" />&nbsp;<img src="https://img.shields.io/badge/Bootstrap-5-blueviolet" />
<img src="https://img.shields.io/badge/PHP-8-blue" />&nbsp;<img src="https://img.shields.io/badge/Laravel-9-red" />&nbsp;<img src="https://img.shields.io/badge/Bootstrap-5-blueviolet" />
[![Actions Status](https://github.com/LDI-Ufes/sgc/workflows/Integration/badge.svg)](https://github.com/LDI-Ufes/sgc/actions)

Repositório do Sistema de Gestão de Colaboradores da Sead/Ufes
![United States](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/us.png "United States")<br />
**Sead/Ufes Employee Management System Repository**

O SGC tem o objetivo de potencializar o trabalho nas atividades da Secretaria Acadêmica, Equipe de Projetos (na figura da Assistente UAB), coordenadores de cursos e Equipe de Ambientes Virtuais.
The SGC (abbreviation for 'Sistema de Gestão de Colaboradores') aims to enhance work in the activities of the Academic Secretariat, Grant Assistant, Course Coordinators and the Virtual Learning Environments Team.

O produto final deve proporcionar:
- Gerenciamento dos documentos dos colaboradores bem como dos formulários preenchidos por esses na sua convocação, ambos em formato digital;
- Servir como uma ferramenta para viabilizar a destinação otimizada do fomento recebido pelos cursos da superintendência;
- Facilitar a alocação organizada dos colaboradores no Ambiente Virtual de Aprendizagem.
The final product must provide:
- [x] Management of employees documents and filled out forms, both in digital format;
- [ ] Optimized destination of the funding received for courses;
- [ ] Organized allocation of employees in the Virtual Learning Environment.

![Brazil](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/br.png "Brazil")<br />
**Repositório do Sistema de Gestão de Colaboradores da Sead/Ufes**

O SGC tem o objetivo de potencializar o trabalho nas atividades da Secretaria Acadêmica, Assistente de Concessão, Coordenadores de Cursos e Equipe de Ambientes Virtuais de Aprendizagem.

O produto final deve proporcionar:
- [x] Gerenciamento dos documentos dos colaboradores e dos formulários preenchidos, ambos em formato digital;
- [ ] Destinação otimizada do fomento recebido para os cursos;
- [ ] Alocação organizada dos colaboradores no Ambiente Virtual de Aprendizagem.
<br /><br />
## Docker image 💿

Docker Hub: https://hub.docker.com/r/ldiufes/sgc
2 changes: 1 addition & 1 deletion app/Http/Middleware/TrustProxies.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Http\Middleware;

use Fideloper\Proxy\TrustProxies as Middleware;
use Illuminate\Http\Middleware\TrustProxies as Middleware;
use Illuminate\Http\Request;

class TrustProxies extends Middleware
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,22 @@
"require": {
"php": "^7.3|^8.0",
"fakerphp/faker": "^1.17",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"fruitcake/laravel-cors": "^3.0",
"guzzlehttp/guzzle": "^7.0.1",
"kyslik/column-sortable": "^6.4",
"laravel/framework": "^8.40",
"laravel/framework": "^9.0",
"laravel/tinker": "^2.5",
"maatwebsite/excel": "^3.1",
"mehdi-fathi/eloquent-filter": "^2.5",
"rap2hpoutre/laravel-log-viewer": "^1.7"
"rap2hpoutre/laravel-log-viewer": "^2.2"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
"brianium/paratest": "^6.3",
"facade/ignition": "^2.5",
"spatie/laravel-ignition": "^1.0",
"laravel/sail": "^1.12",
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^5.0",
"nunomaduro/collision": "^6.1",
"nunomaduro/phpinsights": "^2.0",
"phpunit/php-code-coverage": "^9.2",
"phpunit/phpunit": "^9.3.3",
Expand Down
Loading

0 comments on commit 81a9ca5

Please sign in to comment.