Skip to content

Commit

Permalink
Update to V6
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Mar 14, 2020
1 parent 0628c5c commit d872876
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 95 deletions.
19 changes: 17 additions & 2 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.php.composer.core.builder.buildPathManagementBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
Expand All @@ -32,12 +37,22 @@
</natures>
<filteredResources>
<filter>
<id>1520155535113</id>
<id>1584123753104</id>
<name></name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-location-matches-false-false-/*/build</arguments>
</matcher>
</filter>
<filter>
<id>1584123753108</id>
<name></name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-vendor</arguments>
<arguments>1.0-name-matches-false-false-/*/vendor/*/*/vendor
</arguments>
</matcher>
</filter>
</filteredResources>
Expand Down
103 changes: 92 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,13 @@
],
"minimum-stability" : "stable",
"require" : {
"pluf/cache" : "5.13.x",
"pluf/cms" : "5.13.x",
"pluf/core" : "5.13.x",
"pluf/bank" : "5.13.x",
"pluf/assort" : "5.13.x",
"pluf/geo" : "5.13.x",
"pluf/shop" : "5.13.x"
"pluf/core" : "6.x",
"pluf/bank" : "6.x",
"pluf/shop" : "6.x"
},
"require-dev" : {
"pluf/test" : "5.13.x"
"pluf/test" : "6.x"
},
"include-path" : [
"src/"
],
"homepage" : "https://gitlab.com/microshop/mall",
"support" : {
"email" : "[email protected]",
Expand All @@ -47,5 +40,93 @@
"shop",
"sell",
"service"
],
"include-path" : [
"src/"
],
"autoload" : {
"psr-4" : {
"Pluf\\Mall\\" : "src6"
},
"psr-0" : {
"" : "src"
}
},
"autoload-dev" : {
"psr-4" : {
"Pluf\\Test\\" : "tests"
}
},
"repositories" : [{
"type" : "path",
"url" : "../core",
"name" : "pluf/core",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../test",
"name" : "pluf/test",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../http2",
"name" : "pluf/http2",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../user",
"name" : "pluf/user",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../workflow",
"name" : "pluf/workflow",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../discount",
"name" : "pluf/discount",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../bank",
"name" : "pluf/bank",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../monitor",
"name" : "pluf/monitor",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../tenant",
"name" : "pluf/tenant",
"options" : {
"symlink" : true
}
}, {
"type" : "path",
"url" : "../shop",
"name" : "pluf/shop",
"options" : {
"symlink" : true
}
}
]
}
69 changes: 0 additions & 69 deletions run.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/Mall/relations.php

This file was deleted.

7 changes: 7 additions & 0 deletions src6/Module.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
namespace Pluf\Mall;

class Module extends \Pluf\Module
{
}

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion test/.gitignore

This file was deleted.

0 comments on commit d872876

Please sign in to comment.