phing icon indicating copy to clipboard operation
phing copied to clipboard

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

Results 41 phing issues
Sort by recently updated
recently updated
newest added

Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.315.0 to 3.316.10. Release notes Sourced from aws/aws-sdk-php's releases. Version 3.316.10 Aws\AppStream - Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0 Aws\AutoScaling -...

dependencies
php

Bumps [symfony/console](https://github.com/symfony/console) from 5.4.40 to 5.4.41. Release notes Sourced from symfony/console's releases. v5.4.41 Changelog (https://github.com/symfony/console/compare/v5.4.40...v5.4.41) no significant changes Commits 6473d44 Test convert CompletionInput into string See full diff in compare...

dependencies
php

refactor
scrutinizer
added tests
selector

**Description** When the `SassTask` implements an instance of `SassCompiler` to execute instead of `ScssPhpCompiler` the `style` property passed is ignored. **Steps To Reproduce** Run a buildfile with a `SassTask` that...

Hi ! I am the current maintainer of https://tracker.debian.org/pkg/phing in Debian. Is is worth packaging v3 ? (https://bugs.debian.org/1091520) Is phing still used a lot ? By the way the website...

Phing 3.0.1 impossible to use in a project with PHPUnit 12.1.2. Getting these errors on composer update: ``` Problem 1 - Root composer.json requires phing/phing ^3.0.1 -> satisfiable by phing/phing[3.0.1]....

**Describe the bug** After updating to phing/phing from 2.17.4 to 3.0.1, the switch statement throws an error. **Steps To Reproduce** ``` ``` There are no other changes to xml file....

defect

This PR adds two improvements to `HttpRequestTask`: 1. Use `` tag to set arbitrary request body. 2. Store the request response using `responsePropery` attribute. Closes #1965

### Problem `HttpRequestTask` only supports sending form-style data via ``, which limits the task to mimicking HTML form submissions. It’s not possible to send other payload types such as JSON...