Skip to content

Commit

Permalink
Removed unneeded files. Using beta versions of server and client
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Sep 1, 2020
1 parent 2ea94f2 commit 2b2abb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 deletions.
29 changes: 0 additions & 29 deletions .scrutinizer.yml

This file was deleted.

20 changes: 2 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,8 @@
"license" : "GPL-3.0-or-later",
"require" : {
"php" : "^7.2",
"mcustiel/phiremock-server" : "dev-master",
"mcustiel/phiremock-client" : "dev-master",
"symfony/process" : "^3.0|^4.0|^5.0"
},
"require-dev" : {
"codeception/codeception" : "^4.0",
"codeception/module-asserts" : "^1.1",
"codeception/module-rest" : "^1.2",
"codeception/module-phpbrowser" : "^1.0"
},
"autoload-dev": {
"psr-4": {
"Mcustiel\\Phiremock\\Tests\\V1\\": "tests/tests/v1",
"Mcustiel\\Phiremock\\Tests\\V2\\": "tests/tests/v2",
"Mcustiel\\Phiremock\\Tests\\Common\\": "tests/tests/common",
"Mcustiel\\Codeception\\Extensions\\": "tests/codeception/extensions",
"Mcustiel\\Phiremock\\Tests\\Support\\": "tests/support"
}
"mcustiel/phiremock-server" : "v1.0.0-beta.1",
"mcustiel/phiremock-client" : "v1.0.0-beta.1"
},
"minimum-stability" : "dev",
"prefer-stable" : true
Expand Down
24 changes: 0 additions & 24 deletions example.json

This file was deleted.

0 comments on commit 2b2abb5

Please sign in to comment.