Skip to content

Commit 621bd18

Browse files
authored
Removed redundant dependencies
Updated goetas-webservices/xsd2php-runtime to 2.2 and removed goetas/xsd2php dependency and other redundant dependencies
1 parent 03c6f69 commit 621bd18

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
"ext-json": "*",
1212
"ext-simplexml": "*",
1313
"ext-xmlwriter": "*",
14-
"goetas/xsd2php": "^2.0",
15-
"goetas-webservices/xsd2php-runtime":"^0.2",
16-
"goetas-webservices/xsd-reader": "^0.1",
17-
"jms/serializer": "serializer-master-dev as 1.0",
18-
"symfony/yaml": "^3.1"
14+
"goetas-webservices/xsd2php-runtime":"^0.2.2"
1915
},
2016
"require-dev": {
2117
"phpunit/phpunit": "~4.0",
@@ -26,9 +22,5 @@
2622
},
2723
"autoload-dev": {
2824
"classmap": ["tests"]
29-
},
30-
"repositories": [{
31-
"type": "vcs",
32-
"url": "https://github.com/goetas/serializer.git"
33-
}]
25+
}
3426
}

0 commit comments

Comments
 (0)