fix bug
Showing
| ... | @@ -2,6 +2,5 @@ | ... | @@ -2,6 +2,5 @@ |
| "require": { | "require": { | ||
| "php": ">=5.4.0", | "php": ">=5.4.0", | ||
| "yansongda/pay": "2.7.8" | "yansongda/pay": "2.7.8" | ||
| }, | } | ||
| "minimum-stability": "dev" | |||
| } | } |
This diff is collapsed.
Click to expand it.
| ... | @@ -11,10 +11,10 @@ | ... | @@ -11,10 +11,10 @@ |
| } | } | ||
| ], | ], | ||
| "require": { | "require": { | ||
| "php": ">=5.6" | "php": ">=5.5.0" | ||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "phpunit/phpunit": "^5.7.27 || ^7.5" | "phpunit/phpunit": "^4.0" | ||
| }, | }, | ||
| "autoload": { | "autoload": { | ||
| "psr-4": { | "psr-4": { | ||
| ... | @@ -22,11 +22,6 @@ | ... | @@ -22,11 +22,6 @@ |
| }, | }, | ||
| "files": ["src/functions_include.php"] | "files": ["src/functions_include.php"] | ||
| }, | }, | ||
| "autoload-dev": { | |||
| "psr-4": { | |||
| "GuzzleHttp\\Promise\\Tests\\": "tests/" | |||
| } | |||
| }, | |||
| "scripts": { | "scripts": { | ||
| "test": "vendor/bin/phpunit", | "test": "vendor/bin/phpunit", | ||
| "test-ci": "vendor/bin/phpunit --coverage-text" | "test-ci": "vendor/bin/phpunit --coverage-text" | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
File mode changed from 100644 to 100755
| ... | @@ -18,8 +18,7 @@ | ... | @@ -18,8 +18,7 @@ |
| "require": { | "require": { | ||
| "php": "^7.2.5", | "php": "^7.2.5", | ||
| "symfony/polyfill-intl-idn": "^1.10", | "symfony/polyfill-intl-idn": "^1.10", | ||
| "symfony/polyfill-mbstring": "^1.0", | "symfony/polyfill-mbstring": "^1.0" | ||
| "symfony/polyfill-php80": "^1.15" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "egulias/email-validator": "^2.1.10", | "egulias/email-validator": "^2.1.10", | ||
| ... | @@ -37,7 +36,7 @@ | ... | @@ -37,7 +36,7 @@ |
| "minimum-stability": "dev", | "minimum-stability": "dev", | ||
| "extra": { | "extra": { | ||
| "branch-alias": { | "branch-alias": { | ||
| "dev-master": "5.1-dev" | "dev-master": "5.0-dev" | ||
| } | } | ||
| } | } | ||
| } | } |
polyfill-php80 @ 8854dc88
Please
register
or
sign in
to comment