Skip to content

Commit 8ab2d12

Browse files
committed
Update the plugin to use 10up Framework
1 parent 0128f3d commit 8ab2d12

Some content is hidden

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

44 files changed

+23333
-22208
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
assets/js/vendor
22
assets/js/admin/vendor
33
assets/js/frontend/vendor
4-
assets/js/shared/vendor
54
tests
65
dist

mu-plugins/10up-plugin/composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.3",
14-
"haydenpierce/class-finder": "^0.5.3"
13+
"php": ">=8.2",
14+
"10up/wp-framework": "~1.2.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
18-
"TenUpPlugin\\": "includes/classes/"
19-
},
20-
"files": [
21-
"includes/helpers/helpers.php"
22-
]
18+
"TenUpPlugin\\": "src/"
19+
}
2320
}
2421
}

0 commit comments

Comments
 (0)