File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66 <directory name =" ajax" />
77 <directory name =" front" />
88 <directory name =" inc" />
9+ <file name =" hook.php" />
10+ <file name =" setup.php" />
911 </projectFiles >
1012
1113 <issueHandlers >
Original file line number Diff line number Diff line change 2323 * along with News. If not, see <http://www.gnu.org/licenses/>.
2424 * -------------------------------------------------------------------------
2525 * @copyright Copyright (C) 2015-2023 by News plugin team.
26+ * @copyright Copyright (C) 2018-2023 by Metabase plugin team.
2627 * @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html
2728 * @link https://github.com/pluginsGLPI/news
29+ * @link https://github.com/pluginsGLPI/metabase
2830 * -------------------------------------------------------------------------
2931 */
3032
4547 ->withPhpVersion (PhpVersion::PHP_82 )
4648 ->withCache (
4749 cacheClass: FileCacheStorage::class,
48- cacheDirectory: sys_get_temp_dir () . '/news -rector ' ,
50+ cacheDirectory: sys_get_temp_dir () . '/metabase -rector ' ,
4951 )
5052 ->withRootFiles ()
5153 ->withParallel (timeoutSeconds: 300 )
You can’t perform that action at this time.
0 commit comments