mirror of
https://github.com/YGGverse/parser-php.git
synced 2026-04-01 17:55:29 +00:00
Compare commits
No commits in common. "main" and "0.4.1" have entirely different histories.
5 changed files with 6 additions and 5 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
"description": "Parser toolkit written on PHP",
|
"description": "Parser toolkit written on PHP",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1"
|
"php": ">=8.1",
|
||||||
|
"neitanod/forceutf8": "~2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": ">=10"
|
"phpunit/phpunit": ">=10"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Yggverse\Parser;
|
namespace YGGverse\Parser;
|
||||||
|
|
||||||
class Magnet {
|
class Magnet {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Yggverse\Parser;
|
namespace YGGverse\Parser;
|
||||||
|
|
||||||
class Url {
|
class Url {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Yggverse\Parser;
|
namespace YGGverse\Parser;
|
||||||
|
|
||||||
class Urn {
|
class Urn {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Yggverse\Parser\Tests;
|
namespace YGGverse\Parser\Tests;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue