wexample-wex-addon-dev-php 8.7.0__tar.gz → 8.8.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/PKG-INFO +8 -8
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/README.md +4 -4
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/pyproject.toml +4 -4
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/composer/docker/docker-compose.yml +1 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/docker-compose.yml +1 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/Caddyfile +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/docker-compose.yml +1 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/frankenphp/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/docker/docker-compose.yml +1 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/samples/docker/docker-compose.yml +1 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/php → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php}/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/php → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php}/docker/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/docker/docker-compose.yml +17 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/php → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php}/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy}/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy/Caddyfile +13 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/env → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/docker}/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/docker/docker-compose.yml +6 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/symfony → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev}/docker/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev/docker/docker-compose.yml +4 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/symfony/samples → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker}/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker/docker-compose.yml +2 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/symfony/samples/apache → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker}/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker/docker-compose.yml +4 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/php}/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/samples/php/web.ini +4 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_php/service.yml +15 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/phpmyadmin → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_symfony}/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/wordpress → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_symfony}/docker/.wex.yml +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_symfony/docker/docker-compose.yml +6 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/new_symfony/service.yml +6 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/docker/docker-compose.yml +1 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/php/samples/.wex.yml +2 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/docker/docker-compose.yml +1 -0
- wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime/__init__.py → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/default.cron +0 -0
- wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/symfony/__init__.py → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/default.cron +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/apache/web.conf +1 -1
- wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/default.cron +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/__init__.py +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime/__init__.py +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/.wex.yml +2 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/docker-compose.yml +1 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/.wex.yml +2 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/symfony/__init__.py +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/symfony/docker/.wex.yml +2 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/symfony/docker/docker-compose.yml +1 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/symfony/samples/.wex.yml +2 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/.wex.yml +2 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/symfony/samples/docker/docker-compose.yml +1 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/.wex.yml +2 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py +0 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/wordpress/docker/.wex.yml +2 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/docker/docker-compose.yml +2 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/wordpress/samples/.wex.yml +2 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose.yml +1 -0
- wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/workdir/__init__.py +0 -0
- wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/default.cron +0 -1
- wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/default.cron +0 -1
- wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/default.cron +0 -1
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/config_value/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/config_value/php_package_readme_config_value.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/const/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/const/tags.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/file/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/file/php_composer_json_file.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/php_addon_manager.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/py.typed +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/resources/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/resources/docker/Dockerfile.roave +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/composer/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/composer/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/composer/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/commands/db/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/commands/db/migrate.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/disable.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/enable.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/laravel/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/php}/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/services/wordpress/samples → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/php/docker}/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/index.php +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/php/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0/src/wexample_wex_addon_dev_php/workdir → wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/phpmyadmin}/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/phpmyadmin/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/symfony/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/commands/service/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/replace.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose-cli.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/local/wp-cli/.gitkeep +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/services/wordpress/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/workdir/php_package_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/workdir/php_packages_suite_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/workdir/php_symfony_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/workdir/php_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.7.0 → wexample_wex_addon_dev_php-8.8.1}/src/wexample_wex_addon_dev_php/workdir/symfony_workdir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-php
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.8.1
|
|
4
4
|
Summary: Python dev addon for wex
|
|
5
5
|
Author-Email: weeger <contact@wexample.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,9 +12,9 @@ Requires-Python: >=3.10
|
|
|
12
12
|
Requires-Dist: attrs>=23.1.0
|
|
13
13
|
Requires-Dist: cattrs>=23.1.0
|
|
14
14
|
Requires-Dist: wexample-filestate-php>=6.3.0
|
|
15
|
-
Requires-Dist: wexample-wex-addon-ai>=
|
|
16
|
-
Requires-Dist: wexample-wex-addon-app>=
|
|
17
|
-
Requires-Dist: wexample-wex-addon-dev-javascript>=7.
|
|
15
|
+
Requires-Dist: wexample-wex-addon-ai>=9.0.0
|
|
16
|
+
Requires-Dist: wexample-wex-addon-app>=24.1.0
|
|
17
|
+
Requires-Dist: wexample-wex-addon-dev-javascript>=7.12.0
|
|
18
18
|
Provides-Extra: dev
|
|
19
19
|
Requires-Dist: pytest; extra == "dev"
|
|
20
20
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
|
|
23
23
|
# wex_addon_dev_php
|
|
24
24
|
|
|
25
|
-
Version: 8.
|
|
25
|
+
Version: 8.8.1
|
|
26
26
|
|
|
27
27
|
Python dev addon for wex
|
|
28
28
|
|
|
@@ -105,9 +105,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
105
105
|
- attrs: >=23.1.0
|
|
106
106
|
- cattrs: >=23.1.0
|
|
107
107
|
- wexample-filestate-php: >=6.3.0
|
|
108
|
-
- wexample-wex-addon-ai: >=
|
|
109
|
-
- wexample-wex-addon-app: >=
|
|
110
|
-
- wexample-wex-addon-dev-javascript: >=7.
|
|
108
|
+
- wexample-wex-addon-ai: >=9.0.0
|
|
109
|
+
- wexample-wex-addon-app: >=24.1.0
|
|
110
|
+
- wexample-wex-addon-dev-javascript: >=7.12.0
|
|
111
111
|
|
|
112
112
|
## Versioning & Compatibility Policy
|
|
113
113
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wex_addon_dev_php
|
|
2
2
|
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.8.1
|
|
4
4
|
|
|
5
5
|
Python dev addon for wex
|
|
6
6
|
|
|
@@ -83,9 +83,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
83
83
|
- attrs: >=23.1.0
|
|
84
84
|
- cattrs: >=23.1.0
|
|
85
85
|
- wexample-filestate-php: >=6.3.0
|
|
86
|
-
- wexample-wex-addon-ai: >=
|
|
87
|
-
- wexample-wex-addon-app: >=
|
|
88
|
-
- wexample-wex-addon-dev-javascript: >=7.
|
|
86
|
+
- wexample-wex-addon-ai: >=9.0.0
|
|
87
|
+
- wexample-wex-addon-app: >=24.1.0
|
|
88
|
+
- wexample-wex-addon-dev-javascript: >=7.12.0
|
|
89
89
|
|
|
90
90
|
## Versioning & Compatibility Policy
|
|
91
91
|
|
|
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "wexample-wex-addon-dev-php"
|
|
9
|
-
version = "8.
|
|
9
|
+
version = "8.8.1"
|
|
10
10
|
description = "Python dev addon for wex"
|
|
11
11
|
authors = [
|
|
12
12
|
{ name = "weeger", email = "contact@wexample.com" },
|
|
@@ -21,9 +21,9 @@ dependencies = [
|
|
|
21
21
|
"attrs>=23.1.0",
|
|
22
22
|
"cattrs>=23.1.0",
|
|
23
23
|
"wexample-filestate-php>=6.3.0",
|
|
24
|
-
"wexample-wex-addon-ai>=
|
|
25
|
-
"wexample-wex-addon-app>=
|
|
26
|
-
"wexample-wex-addon-dev-javascript>=7.
|
|
24
|
+
"wexample-wex-addon-ai>=9.0.0",
|
|
25
|
+
"wexample-wex-addon-app>=24.1.0",
|
|
26
|
+
"wexample-wex-addon-dev-javascript>=7.12.0",
|
|
27
27
|
]
|
|
28
28
|
|
|
29
29
|
[project.readme]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
services:
|
|
2
|
+
new_php:
|
|
3
|
+
restart: unless-stopped
|
|
4
|
+
container_name: ${APP_PROJECT_NAME}_new_php
|
|
5
|
+
image: dunglas/frankenphp:php8.4
|
|
6
|
+
environment:
|
|
7
|
+
- VIRTUAL_HOST=${APP_DOMAINS_STRING}
|
|
8
|
+
- VIRTUAL_PORT=80
|
|
9
|
+
volumes:
|
|
10
|
+
- /var/www/html/.git
|
|
11
|
+
- /var/www/html/.wex
|
|
12
|
+
- ${APP_PATH}:/var/www/html
|
|
13
|
+
- ${BIND_CADDYFILE}:/etc/frankenphp/Caddyfile:ro
|
|
14
|
+
- ${BIND_WEB_PHP_INI}:/usr/local/etc/php/conf.d/web.ini:ro
|
|
15
|
+
extends:
|
|
16
|
+
file: ${SERVICE_DEFAULT_COMPOSE}
|
|
17
|
+
service: default
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Modern PHP runtime (FrankenPHP-based). Temporary side-by-side with the
|
|
2
|
+
# legacy `php` service while we migrate apps one by one. Will be renamed to
|
|
3
|
+
# `php` once all apps have moved.
|
|
4
|
+
name: new_php
|
|
5
|
+
tags:
|
|
6
|
+
- php
|
|
7
|
+
- web
|
|
8
|
+
docker:
|
|
9
|
+
compose: docker/docker-compose.yml
|
|
10
|
+
runtime:
|
|
11
|
+
bind:
|
|
12
|
+
caddyfile: caddy/Caddyfile
|
|
13
|
+
web_php_ini: php/web.ini
|
|
14
|
+
config:
|
|
15
|
+
proxy: true
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
wexample_wex_addon_dev_php-8.8.1/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py
ADDED
|
File without changes
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
services:
|
|
2
2
|
wordpress:
|
|
3
|
+
restart: unless-stopped
|
|
3
4
|
container_name: ${APP_PROJECT_NAME}_wordpress
|
|
4
5
|
image: wordpress:6.3.1-php8.2-apache
|
|
5
6
|
expose:
|
|
@@ -21,6 +22,7 @@ services:
|
|
|
21
22
|
service: default
|
|
22
23
|
|
|
23
24
|
wordpress_cli:
|
|
25
|
+
restart: unless-stopped
|
|
24
26
|
container_name: ${APP_PROJECT_NAME}_wordpress_cli
|
|
25
27
|
image: wordpress:cli-2.7.1-php8.2
|
|
26
28
|
environment:
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#* * * * * echo "Hello world" > /var/log/cron.log 2>&1
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#* * * * * echo "Hello world" > /var/log/cron.log 2>&1
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#* * * * * echo "Hello world" > /var/log/cron.log 2>&1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|