Skip to content

Commit eec82dd

Browse files
authored
Update composer.json (#9)
1 parent 3d44cd7 commit eec82dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ WORKDIR ${dir}
1616

1717
USER app
1818

19-
RUN composer install
2019
RUN composer require jw-player/jwplatform-php
2120

2221
CMD [ "php", "examples/upload_video.php" ]

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"api"
1010
],
1111
"minimum-stability": "dev",
12+
"prefer-stable": true,
1213
"homepage": "https://developer.jwplayer.com/jw-platform/",
1314
"version": "1.5.0",
1415
"license": "MIT",
@@ -24,7 +25,7 @@
2425
},
2526
"autoload": {
2627
"psr-4": {
27-
"Jwplayer\\": "src/"
28+
"Jwplayer\\": "src"
2829
}
2930
}
3031
}

0 commit comments

Comments
 (0)