This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ujw2iilt2tiem_stg@i-09fa8d12964d74ebc:~$ bin/console ez-support-tools:dump-info | |
{ | |
"composer": { | |
"packages": { | |
"aws\/aws-sdk-php": { | |
"name": "aws\/aws-sdk-php", | |
"branch": "3.158.13", | |
"alias": null, | |
"version": "3.158.13", | |
"license": "Apache-2.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
www-data@43bd434a9b87:~/html/project/ezplatform$ php bin/console ez-support-tools:dump-info | |
{ | |
"composer": { | |
"packages": { | |
"aws\/aws-sdk-php": { | |
"name": "aws\/aws-sdk-php", | |
"branch": "3.156.0", | |
"alias": null, | |
"version": "3.156.0", | |
"license": "Apache-2.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
babdev/pagerfanta-bundle v2.5.2 Bundle integrating Pagerfanta with Symfony | |
behat/behat v3.7.0 Scenario-oriented BDD framework for PHP 5.3 | |
behat/gherkin v4.6.2 Gherkin DSL parser for PHP 5.3 | |
behat/mink-goutte-driver v1.2.1 Goutte driver for Mink framework | |
behat/mink-selenium2-driver v1.4.0 Selenium2 (WebDriver) driver for Mink framework | |
behat/transliterator v1.3.0 String transliterator | |
bex/behat-extension-driver-locator 2.0.1 Driver locator tool for behat extensions | |
bex/behat-screenshot 2.1.0 Extension for behat to help debug failing scenarios | |
cloudinary/cloudinary_php 1.17.0 Cloudinary PHP SDK | |
clue/stream-filter v1.4.1 A simple and modern approach to stream filtering in PHP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
babdev/pagerfanta-bundle v2.5.2 Bundle integrating Pagerfanta with Symfony | |
behat/behat v3.7.0 Scenario-oriented BDD framework for PHP 5.3 | |
behat/gherkin v4.6.2 Gherkin DSL parser for PHP 5.3 | |
behat/mink-goutte-driver v1.2.1 Goutte driver for Mink framework | |
behat/mink-selenium2-driver v1.4.0 Selenium2 (WebDriver) driver for Mink framework | |
behat/transliterator v1.3.0 String transliterator | |
bex/behat-extension-driver-locator 2.0.1 Driver locator tool for behat extensions | |
bex/behat-screenshot 2.1.0 Extension for behat to help debug failing scenarios | |
cloudinary/cloudinary_php 1.17.0 Cloudinary PHP SDK | |
clue/stream-filter v1.4.1 A simple and modern approach to stream filtering in PHP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
babdev/pagerfanta-bundle v2.5.2 Bundle integrating Pagerfanta with Symfony | |
behat/behat v3.7.0 Scenario-oriented BDD framework for PHP 5.3 | |
behat/gherkin v4.6.2 Gherkin DSL parser for PHP 5.3 | |
behat/mink-goutte-driver v1.2.1 Goutte driver for Mink framework | |
behat/mink-selenium2-driver v1.4.0 Selenium2 (WebDriver) driver for Mink framework | |
behat/transliterator v1.3.0 String transliterator | |
bex/behat-extension-driver-locator 2.0.1 Driver locator tool for behat extensions | |
bex/behat-screenshot 2.1.0 Extension for behat to help debug failing scenarios | |
cloudinary/cloudinary_php 1.17.0 Cloudinary PHP SDK | |
clue/stream-filter v1.4.1 A simple and modern approach to stream filtering in PHP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#call | |
url -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 9xswh340fl8cc8btk1r1m8jiu6o2oo55' 'https://dev.oew.de/rest/all/V1/wkz/customerCompanyData/1' | |
#response | |
{ | |
"customer": { | |
"id": 1, | |
"email": "[email protected]", | |
"firstname": "Joachim", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
InDesignServer.Objects allGraphics = this.document.AllGraphics;//your indd document | |
this.basePath = "C:/myimages/"; | |
foreach (dynamic graphic in allGraphics) | |
{ | |
InDesignServer.Link link = graphic.ItemLink; | |
string path = link.FilePath; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upstream php70 { | |
server php70:9000; | |
} | |
server { | |
listen 80 default_server; | |
server_name _ localhost php70.dev www.php70.dev; | |
index index.php index.html; | |
root /var/www; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
proxy: | |
image: sameersbn/nginx:1.10.3 | |
hostname: proxy | |
ports: | |
- "8080:80" | |
volumes: | |
- ./nginx/sites-enabled:/etc/nginx/sites-enabled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @var \Symfony\Component\DependencyInjection\Container | |
*/ | |
private static $_container; | |
/** | |
* override parent getContainer() and save container staticly | |
*/ | |
public function getContainer() | |
{ |
NewerOlder