Skip to content

Commit 205c494

Browse files
committed
Update dependencies.
1 parent 45a43b1 commit 205c494

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed

.scrutinizer.yml

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1+
filter:
2+
dependency_paths:
3+
- "vendor/"
4+
excluded_paths:
5+
- 'test/'
6+
17
build:
2-
tests:
3-
override:
4-
- command: './bin/phing unit'
5-
coverage:
6-
file: 'test/coverage.xml'
7-
format: 'php-clover'
8+
environment:
9+
php:
10+
pecl_extensions:
11+
- inotify
12+
13+
project_setup:
14+
before:
15+
- export PLAISIO_CONFIG_DIR=test
16+
- ./bin/phing kernel
17+
18+
nodes:
19+
analysis:
20+
tests:
21+
override:
22+
- php-scrutinizer-run
23+
24+
coverage:
25+
tests:
26+
override:
27+
- command: './bin/phing unit'
28+
coverage:
29+
file: 'test/coverage.xml'
30+
format: 'php-clover'

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"license": "MIT",
1111
"require": {
1212
"php": ">=7.3",
13-
"setbased/helper-code-store": "^2.3"
13+
"setbased/helper-code-store": "^2.3.1"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^9.0",
17-
"phing/phing": "^2.0"
16+
"phpunit/phpunit": "^9.5.0",
17+
"phing/phing": "^2.16.3"
1818
},
1919
"autoload": {
2020
"psr-4": {

test/CodeStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Test cases for class PhpCodeStore.
1111
*/
12-
class PhpCodeStoreTest extends TestCase
12+
class CodeStoreTest extends TestCase
1313
{
1414
//--------------------------------------------------------------------------------------------------------------------
1515
/**

0 commit comments

Comments
 (0)