installer = $installer; $this->file_system = $file_system; } /** * @return array|null */ public function get() { return file_exists( $this->installer->plugin_path() ) ? json_decode( $this->file_system->get_contents( $this->installer->plugin_path() ) ) : null; } }