1.0.0 Alpha Release #59
1 changed files with 12 additions and 0 deletions
12
src/ncc/Abstracts/ProjectType.php
Normal file
12
src/ncc/Abstracts/ProjectType.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace ncc\Abstracts;
|
||||
|
||||
abstract class ProjectType
|
||||
{
|
||||
const Composer = 'composer';
|
||||
|
||||
const Ncc = 'ncc';
|
||||
|
||||
const Unknown = 'unknown';
|
||||
}
|
Loading…
Add table
Reference in a new issue