Skip to content
Snippets Groups Projects
Commit 101634b6 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

Merge branch 'add-missing-library' into 'master'

build(deps): require missing library

See merge request !1
parents ebe64f0b ca33057d
No related branches found
No related tags found
1 merge request!1build(deps): require missing library
Pipeline #9164 canceled with stages
in 32 seconds
## [1.0.3] - 2022-05-25
### Fixed
- Added missing `wpdesk/wp-wpdesk-tracker` library
## [1.0.2] - 2022-05-21
### Added
- description
......@@ -9,4 +13,4 @@
## [1.0.0] - 2022-05-21
### Added
- Init
\ No newline at end of file
- Init
......@@ -18,7 +18,8 @@
"require": {
"php": ">=7.0",
"wpdesk/wp-basic-requirements": "^3.2.3",
"wpdesk/wp-builder": "^2.0.0"
"wpdesk/wp-builder": "^2.0.0",
"wpdesk/wp-wpdesk-tracker": "^3"
},
"require-dev": {
"phpunit/phpunit": "<7",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment