We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e94d45e + 0b8fd60 commit 61b1c3aCopy full SHA for 61b1c3a
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
- ubuntu-22.04
14
php-versions:
15
- "8.1"
16
+ - "8.2"
17
+ - "8.3"
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v2
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "goedemiddag/laravel-autodiscovery-lock",
3
"description": "Creates a lock file containing all the packages which are auto-discovered by Laravel.",
4
- "version": "2.1.2",
+ "version": "2.2.0",
5
"keywords": [
6
"laravel",
7
"autodiscovery",
0 commit comments