Skip to content

Commit

Permalink
Merge pull request #65 from xsolla/LIVETEAM-19864
Browse files Browse the repository at this point in the history
Changed version in src/Version.php & CHANGELOG
  • Loading branch information
Bralva authored Sep 14, 2018
2 parents 5a81a3d + c3ed87a commit 0c081ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/packager.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
$packager->exec('rm -rf '.__DIR__.'/artifacts/xsolla.*');

$packager->recursiveCopy('src', 'Xsolla/SDK');
$packager->recursiveCopy('vendor/guzzle/guzzle/src/Guzzle', 'Guzzle', ['php', 'pem']);
$packager->recursiveCopy('vendor/guzzlehttp/guzzle/src', 'GuzzleHttp', ['php', 'pem']);
$packager->recursiveCopy('vendor/guzzlehttp/ringphp/src', 'GuzzleHttp/Ring', ['php', 'pem']);
$packager->recursiveCopy('vendor/guzzlehttp/streams/src', 'GuzzleHttp/Stream', ['php', 'pem']);
$packager->recursiveCopy('vendor/symfony/event-dispatcher', 'Symfony/Component/EventDispatcher');
$packager->recursiveCopy('vendor/symfony/http-foundation', 'Symfony/Component/HttpFoundation');

Expand Down

0 comments on commit 0c081ca

Please sign in to comment.