Skip to content

Commit

Permalink
Updated to remove all the old stuff but the template helper functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
justintadlock committed Jun 23, 2021
1 parent c564d36 commit 8559900
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 431 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@
"autoload" : {
"psr-4" : {
"Hybrid\\Template\\" : "src/"
}
},
"files" : [
"src/functions-helpers.php"
]
},
"require" : {
"php" : ">=5.6",
"themehybrid/hybrid-contracts" : "dev-master",
"themehybrid/hybrid-template" : "dev-master"
"themehybrid/hybrid-tools" : "dev-master"
}
}
108 changes: 0 additions & 108 deletions src/Component.php

This file was deleted.

68 changes: 0 additions & 68 deletions src/Contracts/Template.php

This file was deleted.

48 changes: 0 additions & 48 deletions src/Provider.php

This file was deleted.

Loading

0 comments on commit 8559900

Please sign in to comment.