Skip to content

Commit

Permalink
chore:support laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tintnaingwinn committed Apr 2, 2024
1 parent 660cc8a commit 1b1f7cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ageekdev/vapor-ignore.svg?style=flat-square)](https://packagist.org/packages/ageekdev/vapor-ignore)
[![Laravel 9.x](https://img.shields.io/badge/Laravel-9.x-red.svg?style=flat-square)](https://laravel.com/docs/9.x)
[![Laravel 10.x](https://img.shields.io/badge/Laravel-10.x-red.svg?style=flat-square)](http://laravel.com/docs/10.x)
[![Laravel 11.x](https://img.shields.io/badge/Laravel-11.x-red.svg?style=flat-square)](http://laravel.com/docs/11.x)
[![Total Downloads](https://img.shields.io/packagist/dt/ageekdev/vapor-ignore.svg?style=flat-square)](https://packagist.org/packages/ageekdev/vapor-ignore)

Vapor Ignore is a package that helps you to clean unnecessary files before deploying your Laravel application to [Laravel Vapor](https://vapor.laravel.com/).
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/vapor-cli": "^1.40"
},
"require-dev": {
"laravel/pint": "^1.10",
"nunomaduro/larastan": "^2.4.1",
"orchestra/testbench": "^7.0|^8.0",
"larastan/larastan": "^2.4.1",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"roave/security-advisories": "dev-latest"
Expand Down

0 comments on commit 1b1f7cd

Please sign in to comment.