Skip to content

Commit

Permalink
removendo suporte laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Nov 28, 2023
1 parent db0c7fa commit 867f79b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php: [ 8.2, 8.1, 8.0, 7.4, 7.3, 7.2 ]
laravel: [ 10.*, 9.*, 8.*, 7.*, 6.*, 5.8.*, 5.5.* ]
laravel: [ 10.*, 9.*, 8.*, 7.*, 6.*]
dependency-version: [ prefer-stable ]
os: [ ubuntu-latest ]
include:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Pacote para gerar boletos, remessas e leitura de retorno.

**Projeto atualizado para o PHP 7.2, utilize sempre a última versão do PHP**

**Suporte ao Laravel 6 em diante**

[Documentação do Projeto](https://laravel-boleto.readthedocs.io/)

## Doações
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">5.5.0",
"ext-intl": "*",
"ext-mbstring": "*",
"laravel/framework": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0",
"neitanod/forceutf8": "^2.0",
"setasign/fpdf": "^1.8",
"ext-curl": "*",
Expand All @@ -27,8 +27,8 @@
"eduardokum/laravel-mail-auto-embed": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"friendsofphp/php-cs-fixer": "*"
},
"autoload": {
Expand Down

0 comments on commit 867f79b

Please sign in to comment.