Skip to content

Commit

Permalink
Bump composer.json version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Jan 15, 2025
1 parent 916657e commit dc79361
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "elementor/wp-notifications-package",
"version": "1.0.0",
"require-dev": {
"squizlabs/php_codesniffer": "^3.10.2",
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
"wp-coding-standards/wpcs": "^3.1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"lint": "vendor/bin/phpcs --standard=./phpcs.xml .",
"lint:fix": "vendor/bin/phpcbf ."
},
"autoload": {
"psr-4": {
"Elementor\\WPNotificationsPackage\\": "src/"
}
}
"name": "elementor/wp-notifications-package",
"version": "0.0.1",
"require-dev": {
"squizlabs/php_codesniffer": "^3.10.2",
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
"wp-coding-standards/wpcs": "^3.1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"lint": "vendor/bin/phpcs --standard=./phpcs.xml .",
"lint:fix": "vendor/bin/phpcbf ."
},
"autoload": {
"psr-4": {
"Elementor\\WPNotificationsPackage\\": "src/"
}
}
}

0 comments on commit dc79361

Please sign in to comment.