Skip to content

Commit

Permalink
Merge branch 'version-2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Sep 22, 2020
2 parents 303add6 + 47694b2 commit b957917
Show file tree
Hide file tree
Showing 115 changed files with 26 additions and 8,832 deletions.
2 changes: 0 additions & 2 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ return PhpCsFixer\Config::create()
->setFinder(
PhpCsFixer\Finder::create()
->exclude('tests/Fixtures')
->in(__DIR__ . '/bin')
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests')
)
;
43 changes: 0 additions & 43 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,43 +0,0 @@
filter:
paths: [src/*]
excluded_paths: [vendor/*, test/*]
before_commands:
- 'composer install --dev --prefer-source'
tools:
external_code_coverage: false
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, test]
php_cpd:
enabled: true
excluded_dirs: [vendor, test]
build:
nodes:
php5-tests:
environment:
postgresql: false
mysql: false
redis: false
php:
version: 5.6.9
tests:
override:
-
command: ./vendor/bin/codecept build -c tests && ./vendor/bin/codecept run acceptance -c tests
php7-tests:
environment:
postgresql: false
mysql: false
redis: false
php:
version: 7.2.13
tests:
override:
-
command: ./vendor/bin/codecept build -c tests && ./vendor/bin/codecept run acceptance -c tests

4 changes: 0 additions & 4 deletions bin/phiremock

This file was deleted.

4 changes: 0 additions & 4 deletions bin/phiremock-cache-clear

This file was deleted.

60 changes: 0 additions & 60 deletions bin/phiremock-cache-clear.php

This file was deleted.

81 changes: 0 additions & 81 deletions bin/phiremock.php

This file was deleted.

20 changes: 0 additions & 20 deletions box-php5.json

This file was deleted.

20 changes: 0 additions & 20 deletions box.json

This file was deleted.

70 changes: 26 additions & 44 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,28 @@
{
"keywords" : [
"http",
"mock",
"server",
"external",
"acceptance",
"tests"
],
"authors" : [
{
"name" : "Mariano Custiel",
"email" : "jmcustiel@gmail.com",
"homepage" : "https://github.com/mcustiel",
"role" : "Developer"
}
],
"autoload" : {
"psr-4" : {
"Mcustiel\\Phiremock\\" : "src"
}
},
"name" : "mcustiel/phiremock",
"type" : "project",
"description" : "A mocker for HTTP and REST services",
"license" : "GPL-3.0-or-later",
"require" : {
"php" : ">=5.6",
"react/http" : "~0.7.0 || ~0.8.0",
"mcustiel/php-simple-request" : "^3.1",
"symfony/cache": "^3.1||^4.0||^5.0",
"mcustiel/power-route" : "^3.0.0",
"mcustiel/php-simple-di" : "^1.2.1",
"guzzlehttp/guzzle" : "^6.0",
"monolog/monolog" : "^1.17.2||^2.0"
},
"require-dev" : {
"codeception/codeception" : "^2.2.10"
},
"suggest" : {
"ext-pcntl" : "Allows phiremock to handle system signals"
},
"bin" : [
"bin/phiremock"
]
"keywords" : [
"http",
"mock",
"server",
"external",
"acceptance",
"tests"
],
"authors" : [{
"name" : "Mariano Custiel",
"email" : "jmcustiel@gmail.com",
"homepage" : "https://github.com/mcustiel",
"role" : "Administrator"
}
],
"name" : "mcustiel/phiremock",
"type" : "project",
"description" : "A mocker for HTTP and REST services. Full bundle.",
"license" : "GPL-3.0-or-later",
"require" : {
"php" : "^7.2",
"mcustiel/phiremock-server" : "v1.0.0",
"mcustiel/phiremock-client" : "v1.0.0"
},
"minimum-stability" : "dev",
"prefer-stable" : true
}
23 changes: 0 additions & 23 deletions example.json

This file was deleted.

Binary file removed phiremock-php5.phar
Binary file not shown.
Binary file removed phiremock.phar
Binary file not shown.
Loading

0 comments on commit b957917

Please sign in to comment.