Skip to content

Commit 506c997

Browse files
committed
Work in progress
1 parent 293bf20 commit 506c997

File tree

266 files changed

+843
-25372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+843
-25372
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/tests export-ignore
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.scrutinizer.yml export-ignore
5+
/.travis.yml export-ignore
6+
/phpunit.xml export-ignore

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
vendor
2+
.gitignore
3+
coverage

composer.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
"homepage": "http://adam.lewis.gb.com"
1313
}
1414
],
15-
"minimum-stability": "dev",
1615
"require": {
17-
"best-served-cold/phalue-objects": "dev-master",
16+
"best-served-cold/phalue-objects": "v0.0.9-alpha",
17+
"symfony/console": "^3.2",
18+
"best-served-cold/html-builder": "^1.0"
19+
},
20+
"require-dev": {
1821
"phpunit/phpunit": "^5.7",
19-
"mockery/mockery": "^0.9.9",
20-
"symfony/console": "^3.2"
22+
"mockery/mockery": "^0.9.9"
2123
},
2224
"autoload": {
2325
"psr-4": {"BestServedCold\\Benchmark\\": "src"}

0 commit comments

Comments
 (0)