-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
1,466 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "squirephp/airlines-en", | ||
"description": "A library containing the English translation of Squire's Airline model.", | ||
"keywords": [ | ||
"squire" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/squirephp", | ||
"support": { | ||
"issues": "https://github.com/squirephp/squire/issues", | ||
"source": "https://github.com/squirephp/squire" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Dan Harrin", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"illuminate/support": "^8.0", | ||
"squirephp/airlines": "^2.0", | ||
"squirephp/repository": "^2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Squire\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Squire\\AirlinesEnServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev" | ||
"name": "squirephp/airlines-en", | ||
"description": "A library containing the English translation of Squire's Airline model.", | ||
"keywords": [ | ||
"squire" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/squirephp", | ||
"support": { | ||
"issues": "https://github.com/squirephp/squire/issues", | ||
"source": "https://github.com/squirephp/squire" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Dan Harrin", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"illuminate/support": "^8.0", | ||
"squirephp/airlines": "self.version", | ||
"squirephp/repository": "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Squire\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Squire\\AirlinesEnServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "squirephp/airlines", | ||
"description": "A library containing Squire's Airline model.", | ||
"keywords": [ | ||
"squire" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/squirephp", | ||
"support": { | ||
"issues": "https://github.com/squirephp/squire/issues", | ||
"source": "https://github.com/squirephp/squire" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Dan Harrin", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"illuminate/support": "^8.0", | ||
"squirephp/model": "^2.0", | ||
"squirephp/rule": "^2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Squire\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Squire\\AirlinesServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev" | ||
"name": "squirephp/airlines", | ||
"description": "A library containing Squire's Airline model.", | ||
"keywords": [ | ||
"squire" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/squirephp", | ||
"support": { | ||
"issues": "https://github.com/squirephp/squire/issues", | ||
"source": "https://github.com/squirephp/squire" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Dan Harrin", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"illuminate/support": "^8.0", | ||
"squirephp/model": "self.version", | ||
"squirephp/rule": "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Squire\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Squire\\AirlinesServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "squirephp/airports-en", | ||
"description": "A library containing the English translation of Squire's Airport model.", | ||
"keywords": [ | ||
"squire" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/squirephp", | ||
"support": { | ||
"issues": "https://github.com/squirephp/squire/issues", | ||
"source": "https://github.com/squirephp/squire" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Dan Harrin", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"illuminate/support": "^8.0", | ||
"squirephp/airports": "^2.0", | ||
"squirephp/repository": "^2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Squire\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Squire\\AirportsEnServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev" | ||
"name": "squirephp/airports-en", | ||
"description": "A library containing the English translation of Squire's Airport model.", | ||
"keywords": [ | ||
"squire" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/squirephp", | ||
"support": { | ||
"issues": "https://github.com/squirephp/squire/issues", | ||
"source": "https://github.com/squirephp/squire" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Dan Harrin", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"illuminate/support": "^8.0", | ||
"squirephp/airports": "self.version", | ||
"squirephp/repository": "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Squire\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Squire\\AirportsEnServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "dev" | ||
} |
Oops, something went wrong.