Skip to content

Commit c43f43c

Browse files
author
Michal Jacko
committed
Merge branch 'master' into develop
2 parents 993918b + 2d5782e commit c43f43c

File tree

3 files changed

+2354
-1191
lines changed

3 files changed

+2354
-1191
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
"description": "Deploy your Laravel app via Bitbucket pipelines and envoyer",
44
"type": "library",
55
"require": {
6-
"php": "^7.3",
6+
"php": "^8.0",
77
"illuminate/support": "^6.6"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^8.4",
11-
"orchestra/testbench": "^4.4"
10+
"phpunit/phpunit": "^8.5",
11+
"orchestra/testbench": "^4.4"
1212
},
1313
"license": "GPL-3.0-or-later",
1414
"minimum-stability": "stable",
1515
"autoload": {
16-
"psr-4": {
17-
"Erdmenchen\\LaravelBitbucketDeploy\\": "src"
18-
}
19-
},
16+
"psr-4": {
17+
"Erdmenchen\\LaravelBitbucketDeploy\\": "src"
18+
}
19+
},
2020
"autoload-dev": {
21-
"psr-4": {
21+
"psr-4": {
2222
"Erdmenchen\\LaravelBitbucketDeploy\\Test\\": "tests"
23-
}
23+
}
2424
},
2525
"extra": {
26-
"laravel": {
26+
"laravel": {
2727
"providers": [
28-
"Erdmenchen\\LaravelBitbucketDeploy\\LaravelBitbucketDeployServiceProvider"
28+
"Erdmenchen\\LaravelBitbucketDeploy\\LaravelBitbucketDeployServiceProvider"
2929
]
30-
}
30+
}
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)