File tree Expand file tree Collapse file tree 3 files changed +2354
-1191
lines changed Expand file tree Collapse file tree 3 files changed +2354
-1191
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments