Skip to content

Commit

Permalink
fix: dev autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
zngly-vlad committed Jul 21, 2022
1 parent b44f755 commit fd01479
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.10",
"version": "1.0.11",
"name": "zngly/wp-graphql-acf-mutations",
"description": "ACF Mutations for WP GraphQL",
"homepage": "https://github.com/zngly/wp-graphql-acf-mutations",
Expand Down Expand Up @@ -62,7 +62,7 @@
"wpackagist-theme/twentytwentytwo": "*",
"spatie/file-system-watcher": "^1.1"
},
"autoload": {
"autoload-dev": {
"psr-4": {
"WPGraphQL\\ACF\\Mutations\\": "src/",
"Zngly\\ACF\\Scripts\\": "scripts/",
Expand All @@ -74,6 +74,14 @@
"wordpress/vendor"
]
},
"autoload": {
"psr-4": {
"WPGraphQL\\ACF\\Mutations\\": "src/"
},
"classmap": [
"src/"
]
},
"scripts": {
"install:dev": [
"Zngly\\ACF\\Scripts\\Install::run"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-graphql-acf-mutations",
"version": "1.0.10",
"version": "1.0.11",
"description": "wp-graphql-acf-mutations",
"homepage": "https://github.com/zngly/wp-graphql-acf-mutations#readme",
"author": "Vlad-Anton Medves",
Expand Down

0 comments on commit fd01479

Please sign in to comment.