| | |
| | | }, |
| | | "config": { |
| | | "platform": { |
| | | "php": "7.3.26" |
| | | "php": "8.1" |
| | | } |
| | | }, |
| | | "require": { |
| | | "php": ">=7.1", |
| | | "ubnt/ucrm-plugin-sdk": "^0.8.1", |
| | | "php": ">=8.1", |
| | | "ext-json": "*", |
| | | "ubnt/ucrm-plugin-sdk": "^0.9.0", |
| | | "webit/w-firma-api": "^2.3" |
| | | } |
| | | } |
| | |
| | | "url": "https://github.com/jacekkow/ucrm-wfirma", |
| | | "version": "1.1", |
| | | "ucrmVersionCompliancy": { |
| | | "min": "3.4.3", |
| | | "min": "4.0.0", |
| | | "max": null |
| | | }, |
| | | "unmsVersionCompliancy": { |
| | |
| | | throw new \RuntimeException('Failed to process event - event not found'); |
| | | } |
| | | |
| | | if (!is_int($event['entityId'])) { |
| | | if (!ctype_digit($event['entityId'])) { |
| | | throw new \RuntimeException('Failed to process event - invalid entity ID'); |
| | | } |
| | | |