We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f26777 commit ca200efCopy full SHA for ca200ef
.scrutinizer.yml
@@ -18,6 +18,7 @@ build:
18
mysql: 5.7
19
tests:
20
before:
21
+ - composer require phpmv/ubiquity:dev-master phpmv/ubiquity-annotations:^0.0 --dev
22
- mysql -u root mysql < src/tests/unit/db/acls.sql
23
override:
24
- command: (cd src/ && ./../vendor/bin/codecept build && ./../vendor/bin/codecept run --coverage-xml -v)
composer.json
@@ -34,7 +34,6 @@
34
}
35
},
36
"require-dev": {
37
- "phpmv/ubiquity": "dev-master",
38
"codeception/codeception": "^4.1",
39
"codeception/module-asserts": "^1.0.0",
40
"phpmv/ubiquity-dev": "^0.1"
0 commit comments