Created
August 2, 2013 17:58
-
-
Save stepun/6141935 to your computer and use it in GitHub Desktop.
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
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
| nbproject | |
| ._* | |
| .~lock.* | |
| .buildpath | |
| .DS_Store | |
| .idea | |
| .project | |
| .settings | |
| composer.lock | |
| vendor/bin |
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
| [submodule "vendor/ZF2"] | |
| path = vendor/ZF2 | |
| url = https://github.com/zendframework/zf2.git |
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
| sklad.test |
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
| <component name="ProjectDictionaryState"> | |
| <dictionary name="lesha" /> | |
| </component> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false"> | |
| <file url="file://$PROJECT_DIR$/module/Application/view/application/index/index.phtml" charset="UTF-8" /> | |
| <file url="file://$PROJECT_DIR$/module/Application/view/layout/layout.phtml" charset="UTF-8" /> | |
| </component> | |
| </project> | |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectRootManager" version="2" /> | |
| <component name="masterDetails"> | |
| <states> | |
| <state key="ScopeChooserConfigurable.UI"> | |
| <settings> | |
| <splitter-proportions> | |
| <option name="proportions"> | |
| <list> | |
| <option value="0.2" /> | |
| </list> | |
| </option> | |
| </splitter-proportions> | |
| </settings> | |
| </state> | |
| </states> | |
| </component> | |
| </project> | |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectModuleManager"> | |
| <modules> | |
| <module fileurl="file://$PROJECT_DIR$/.idea/sklad.test.iml" filepath="$PROJECT_DIR$/.idea/sklad.test.iml" /> | |
| </modules> | |
| </component> | |
| </project> | |
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
| <component name="DependencyValidationManager"> | |
| <state> | |
| <option name="SKIP_IMPORT_STATEMENTS" value="false" /> | |
| </state> | |
| </component> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="WEB_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$"> | |
| <excludeFolder url="$MODULE_DIR$/composer" /> | |
| <excludeFolder url="file://$MODULE_DIR$/vendor/composer" /> | |
| <excludeFolder url="file://$MODULE_DIR$/vendor/zendframework/zendframework" /> | |
| </content> | |
| <orderEntry type="inheritedJdk" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| <orderEntry type="module-library"> | |
| <library name="PHP"> | |
| <CLASSES> | |
| <root url="file://$MODULE_DIR$/../ZendFramework-2.2.2/library" /> | |
| </CLASSES> | |
| <SOURCES> | |
| <root url="file://$MODULE_DIR$/../ZendFramework-2.2.2/library" /> | |
| </SOURCES> | |
| </library> | |
| </orderEntry> | |
| <orderEntry type="module-library"> | |
| <library name="PHARS"> | |
| <CLASSES> | |
| <root url="phar://$MODULE_DIR$/composer.phar" /> | |
| </CLASSES> | |
| <SOURCES> | |
| <root url="phar://$MODULE_DIR$/composer.phar" /> | |
| </SOURCES> | |
| </library> | |
| </orderEntry> | |
| <orderEntry type="module-library"> | |
| <library name="Composer Vendors"> | |
| <CLASSES> | |
| <root url="file://$MODULE_DIR$/vendor/composer" /> | |
| <root url="file://$MODULE_DIR$/vendor/zendframework/zendframework" /> | |
| </CLASSES> | |
| <SOURCES> | |
| <root url="file://$MODULE_DIR$/vendor/composer" /> | |
| <root url="file://$MODULE_DIR$/vendor/zendframework/zendframework" /> | |
| </SOURCES> | |
| </library> | |
| </orderEntry> | |
| </component> | |
| </module> | |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="VcsDirectoryMappings"> | |
| <mapping directory="" vcs="" /> | |
| </component> | |
| </project> | |
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
| { | |
| "name": "zendframework/skeleton-application", | |
| "description": "Skeleton Application for ZF2", | |
| "license": "BSD-3-Clause", | |
| "keywords": [ | |
| "framework", | |
| "zf2" | |
| ], | |
| "homepage": "http://framework.zend.com/", | |
| "require": { | |
| "php": ">=5.3.3", | |
| "zendframework/zendframework": ">2.2.0rc1" | |
| } | |
| } |
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
| { | |
| "_readme": [ | |
| "This file locks the dependencies of your project to a known state", | |
| "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" | |
| ], | |
| "hash": "4bd58bb27858f72439ce23befb98537a", | |
| "packages": [ | |
| { | |
| "name": "zendframework/zendframework", | |
| "version": "2.2.2", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/zendframework/zf2.git", | |
| "reference": "release-2.2.2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/zendframework/zf2/zipball/release-2.2.2", | |
| "reference": "release-2.2.2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "replace": { | |
| "zendframework/zend-authentication": "self.version", | |
| "zendframework/zend-barcode": "self.version", | |
| "zendframework/zend-cache": "self.version", | |
| "zendframework/zend-captcha": "self.version", | |
| "zendframework/zend-code": "self.version", | |
| "zendframework/zend-config": "self.version", | |
| "zendframework/zend-console": "self.version", | |
| "zendframework/zend-crypt": "self.version", | |
| "zendframework/zend-db": "self.version", | |
| "zendframework/zend-debug": "self.version", | |
| "zendframework/zend-di": "self.version", | |
| "zendframework/zend-dom": "self.version", | |
| "zendframework/zend-escaper": "self.version", | |
| "zendframework/zend-eventmanager": "self.version", | |
| "zendframework/zend-feed": "self.version", | |
| "zendframework/zend-file": "self.version", | |
| "zendframework/zend-filter": "self.version", | |
| "zendframework/zend-form": "self.version", | |
| "zendframework/zend-http": "self.version", | |
| "zendframework/zend-i18n": "self.version", | |
| "zendframework/zend-inputfilter": "self.version", | |
| "zendframework/zend-json": "self.version", | |
| "zendframework/zend-ldap": "self.version", | |
| "zendframework/zend-loader": "self.version", | |
| "zendframework/zend-log": "self.version", | |
| "zendframework/zend-mail": "self.version", | |
| "zendframework/zend-math": "self.version", | |
| "zendframework/zend-memory": "self.version", | |
| "zendframework/zend-mime": "self.version", | |
| "zendframework/zend-modulemanager": "self.version", | |
| "zendframework/zend-mvc": "self.version", | |
| "zendframework/zend-navigation": "self.version", | |
| "zendframework/zend-paginator": "self.version", | |
| "zendframework/zend-permissions-acl": "self.version", | |
| "zendframework/zend-permissions-rbac": "self.version", | |
| "zendframework/zend-progressbar": "self.version", | |
| "zendframework/zend-resources": "self.version", | |
| "zendframework/zend-serializer": "self.version", | |
| "zendframework/zend-server": "self.version", | |
| "zendframework/zend-servicemanager": "self.version", | |
| "zendframework/zend-session": "self.version", | |
| "zendframework/zend-soap": "self.version", | |
| "zendframework/zend-stdlib": "self.version", | |
| "zendframework/zend-tag": "self.version", | |
| "zendframework/zend-test": "self.version", | |
| "zendframework/zend-text": "self.version", | |
| "zendframework/zend-uri": "self.version", | |
| "zendframework/zend-validator": "self.version", | |
| "zendframework/zend-version": "self.version", | |
| "zendframework/zend-view": "self.version", | |
| "zendframework/zend-xmlrpc": "self.version" | |
| }, | |
| "require-dev": { | |
| "doctrine/annotations": ">=1.0", | |
| "ircmaxell/random-lib": "dev-master", | |
| "ircmaxell/security-lib": "dev-master", | |
| "ocramius/proxy-manager": "0.4.*", | |
| "phpunit/phpunit": "3.7.*" | |
| }, | |
| "suggest": { | |
| "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features", | |
| "ext-intl": "ext/intl for i18n features (included in default builds of PHP)", | |
| "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", | |
| "ocramius/proxy-manager": "ProxyManager to handle lazy initialization of services", | |
| "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes", | |
| "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form" | |
| }, | |
| "bin": [ | |
| "bin/classmap_generator.php", | |
| "bin/pluginmap_generator.php", | |
| "bin/templatemap_generator.php" | |
| ], | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "2.2-dev", | |
| "dev-develop": "2.3-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-0": { | |
| "Zend\\": "library/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "description": "Zend Framework 2", | |
| "homepage": "http://framework.zend.com/", | |
| "keywords": [ | |
| "framework", | |
| "zf2" | |
| ], | |
| "time": "2013-07-24 14:02:19" | |
| } | |
| ], | |
| "packages-dev": [ | |
| ], | |
| "aliases": [ | |
| ], | |
| "minimum-stability": "stable", | |
| "stability-flags": { | |
| "zendframework/zendframework": 5 | |
| }, | |
| "platform": { | |
| "php": ">=5.3.3" | |
| }, | |
| "platform-dev": [ | |
| ] | |
| } |
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
| #!/usr/bin/env php | |
| <?php | |
| /* | |
| * This file is part of Composer. | |
| * | |
| * (c) Nils Adermann <naderman@naderman.de> | |
| * Jordi Boggiano <j.boggiano@seld.be> | |
| * | |
| * For the full copyright and license information, please view | |
| * the license that is located at the bottom of this file. | |
| */ | |
| Phar::mapPhar('composer.phar'); | |
| define('COMPOSER_DEV_WARNING_TIME', 1367486465); | |
| require 'phar://composer.phar/bin/composer'; | |
| __HALT_COMPILER(); ?> | |
| :M � composer.phar src/bootstrap.php� �ZQ� �C�/� src/Composer/IO/ConsoleIO.phpV �ZQV ��(�� src/Composer/IO/NullIO.php �ZQ �@⋶ src/Composer/IO/IOInterface.php] �ZQ] �J��� src/Composer/IO/BufferIO.php* �ZQ* o%�� ' |