Skip to content

Commit eb70ce0

Browse files
committed
Renamed xtype package due conflicts with legacy xtype
1 parent a4b0ed0 commit eb70ce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ems/skeleton": "self.version",
3333
"ems/testing": "self.version",
3434
"ems/view": "self.version",
35-
"ems/xtype": "self.version"
35+
"ems/x-type": "self.version"
3636
},
3737
"autoload": {
3838
"psr-4": {

src/Ems/XType/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ems/xtype",
2+
"name": "ems/x-type",
33
"description": "The ems xtype framework",
44
"type": "library",
55
"require": {

0 commit comments

Comments
 (0)