Initial export of the repository

Signed-off-by: Ryan McCue <me@ryanmccue.info>
This commit is contained in:
Ryan McCue 2025-06-05 11:51:30 +02:00
commit 583d434505
76 changed files with 39023 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
/**
* Prevents calls to the WordPress.org API for the default repository.
*
* @package FAIR
*/
namespace FAIR\Repositories;
function bootstrap() {
}