File manager - Edit - /home2/zetasolve/fruzipop.zetasolve.agency/wp-admin/mu-plugins.zip
Back
PK �P�\�i�Ȏ � 2 wp-toolkit/vendor/patchstack/engine-php/.gitignorenu �[��� # These are some examples of commonly ignored file patterns. # You should customize this list as applicable to your project. # Learn more about .gitignore: # https://www.atlassian.com/git/tutorials/saving-changes/gitignore # PHP artifact files vendor/ # Node artifact files node_modules/ dist/ # Compiled Java class files *.class # Compiled Python bytecode *.py[cod] # Log files *.log # Package files *.jar # Maven target/ dist/ # JetBrains IDE .idea/ # Unit test reports TEST*.xml # Generated by MacOS .DS_Store # Generated by Windows Thumbs.db # Applications *.app *.exe *.war # Large media files *.mp4 *.tiff *.avi *.flv *.mov *.wmv PK �P�\bs�/C C 1 wp-toolkit/vendor/patchstack/engine-php/phpcs.xmlnu �[��� <?xml version="1.0" encoding="UTF-8"?> <ruleset name="Patchstack CS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Patchstack"> <arg name="colors"/> <arg name="extensions" value="php"/> <file>./src</file> <file>./tests</file> <exclude-pattern>*/vendor/*</exclude-pattern> <rule ref="PSR12"> <exclude name="Generic.Files.LineLength.TooLong" /> <exclude name="Generic.Files.LowercasedFilename.NotFound" /> <exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" /> </rule> </ruleset>PK �P�\��& 6 wp-toolkit/vendor/patchstack/engine-php/.gitattributesnu �[��� /tests export-ignorePK �P�\Ue� � ? wp-toolkit/vendor/patchstack/engine-php/bitbucket-pipelines.ymlnu �[��� pipelines: default: - parallel: - step: name: PHP 7.4 image: php:7.4 script: - apt-get update && apt-get install -qy git curl libzip-dev zip - docker-php-ext-install zip - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install --ignore-platform-reqs - ./vendor/bin/phpunit tests caches: - composer - step: name: PHP 8.0 image: php:8.0 script: - apt-get update && apt-get install -qy git curl libzip-dev zip - docker-php-ext-install zip - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install --ignore-platform-reqs - ./vendor/bin/phpunit tests caches: - composer - step: name: PHP 8.1 image: php:8.1 script: - apt-get update && apt-get install -qy git curl libzip-dev zip - docker-php-ext-install zip - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install --ignore-platform-reqs - ./vendor/bin/phpunit tests caches: - composerPK �P�\�PZE�'