mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-07-31 20:10:54 +02:00
Removed dash from phpapprentice
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
||||
</p>
|
||||
<p>
|
||||
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/php-apprentice" target="_blank">GitHub repository</a>.
|
||||
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/phpapprentice" target="_blank">GitHub repository</a>.
|
||||
</p>
|
||||
<p>
|
||||
To get started, you will need to install PHP 7.1, have a text editor and open your terminal.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "restoreddev/php-apprentice",
|
||||
"name": "restoreddev/phpapprentice",
|
||||
"description": "A site for learning PHP",
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
|
@@ -70,7 +70,7 @@
|
||||
The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
||||
</p>
|
||||
<p>
|
||||
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/php-apprentice" target="_blank">GitHub repository</a>.
|
||||
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/phpapprentice" target="_blank">GitHub repository</a>.
|
||||
</p>
|
||||
<p>
|
||||
To get started, you will need to install PHP 7.1, have a text editor and open your terminal.
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "php-apprentice",
|
||||
"name": "phpapprentice",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "php-apprentice",
|
||||
"name": "phpapprentice",
|
||||
"version": "1.0.0",
|
||||
"description": "A website for learning PHP",
|
||||
"directories": {
|
||||
@@ -13,14 +13,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/restoreddev/php-apprentice.git"
|
||||
"url": "git+https://github.com/restoreddev/phpapprentice.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/restoreddev/php-apprentice/issues"
|
||||
"url": "https://github.com/restoreddev/phpapprentice/issues"
|
||||
},
|
||||
"homepage": "https://github.com/restoreddev/php-apprentice#readme",
|
||||
"homepage": "https://github.com/restoreddev/phpapprentice#readme",
|
||||
"devDependencies": {
|
||||
"@symfony/webpack-encore": "^0.20.1",
|
||||
"autoprefixer": "^8.6.5",
|
||||
|
Reference in New Issue
Block a user